From 4aa85a2f0f2e90e4df4cbf37857b800bb098c895 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Jan 2025 20:05:57 -0600 Subject: fixes for new autogenpb --- goDep.parseGoSum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'goDep.parseGoSum.go') diff --git a/goDep.parseGoSum.go b/goDep.parseGoSum.go index 8a8e434..baed7f4 100644 --- a/goDep.parseGoSum.go +++ b/goDep.parseGoSum.go @@ -54,7 +54,7 @@ func (repo *Repo) ParseGoSum() bool { if repo.GoDeps == nil { repo.GoDeps = new(GoDeps) } - repo.GoDeps.AppendUniqueGoPath(&new1) + repo.GoDeps.AppendByGoPath(&new1) } else { log.Info("gitpb.ParseGoSum() go.sum parse error invalid:", line) return false -- cgit v1.2.3