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