diff options
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 |
