diff options
| author | Jeff Carr <[email protected]> | 2025-11-02 08:58:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-02 08:58:56 -0600 |
| commit | ab7db21e07faac62f1abfb2b33634586979a0ded (patch) | |
| tree | 19a58f865c31be555f75b00cd213796ca542a4ee /finalGoSumCheck.go | |
| parent | 6fa3221e265933038342acb50caad3c2bbb6c136 (diff) | |
new gitpb/repo.protodevel
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()) |
