summaryrefslogtreecommitdiff
path: root/finalGoSumCheck.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 08:58:56 -0600
committerJeff Carr <[email protected]>2025-11-02 08:58:56 -0600
commitab7db21e07faac62f1abfb2b33634586979a0ded (patch)
tree19a58f865c31be555f75b00cd213796ca542a4ee /finalGoSumCheck.go
parent6fa3221e265933038342acb50caad3c2bbb6c136 (diff)
new gitpb/repo.protodevel
Diffstat (limited to 'finalGoSumCheck.go')
-rw-r--r--finalGoSumCheck.go2
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())