diff options
Diffstat (limited to 'finalGoSumCheck.go')
| -rw-r--r-- | finalGoSumCheck.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finalGoSumCheck.go b/finalGoSumCheck.go index 0646d39..f177124 100644 --- a/finalGoSumCheck.go +++ b/finalGoSumCheck.go @@ -33,7 +33,7 @@ func (f *Forge) FinalGoDepsCheckOk(check *gitpb.Repo) error { return nil } - deps := check.GoDeps.SortByGoPath() + deps := check.GoInfo.GoDeps.SortByGoPath() for deps.Scan() { depRepo := deps.Next() found := f.Repos.FindByNamespace(depRepo.GetGoPath()) |
