diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 20:05:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 20:05:57 -0600 |
| commit | 4aa85a2f0f2e90e4df4cbf37857b800bb098c895 (patch) | |
| tree | 22d4764aaa11f2555274e1f20ccbec2a1ca07ffd /goDep.parseGoSum.go | |
| parent | 7df10fba519944c1dae55625b10b0677b639febb (diff) | |
fixes for new autogenpb
Diffstat (limited to 'goDep.parseGoSum.go')
| -rw-r--r-- | goDep.parseGoSum.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
