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 /build.go | |
| parent | 6fa3221e265933038342acb50caad3c2bbb6c136 (diff) | |
new gitpb/repo.protodevel
Diffstat (limited to 'build.go')
| -rw-r--r-- | build.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ func (f *Forge) doBuild(repo *gitpb.Repo, userFlags []string, goWhat string) err // if not GoPrimitive, autogen each dependent git repo if repo.GoDepsLen() != 0 { // build the protobuf files in all protobuf repos - all := repo.GoDeps.SortByGoPath() + all := repo.GoInfo.GoDeps.SortByGoPath() for all.Scan() { t := all.Next() found := f.Repos.FindByNamespace(t.GetGoPath()) |
