summaryrefslogtreecommitdiff
path: root/goDep.redoGoMod.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 08:59:12 -0600
committerJeff Carr <[email protected]>2025-11-02 08:59:12 -0600
commit7190028798229ba7a2bbfe549ccde2749e87edd8 (patch)
treedb0587730a583cfd14d236e57a098363005ce2ec /goDep.redoGoMod.go
parentfab6dbd6041a6ee346fba0e8486b643eaf59667c (diff)
working on a newer repo.proto
Diffstat (limited to 'goDep.redoGoMod.go')
-rw-r--r--goDep.redoGoMod.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/goDep.redoGoMod.go b/goDep.redoGoMod.go
index 908e088..6cba246 100644
--- a/goDep.redoGoMod.go
+++ b/goDep.redoGoMod.go
@@ -20,8 +20,8 @@ func (repo *Repo) ValidGoSum() error {
}
func (repo *Repo) GoDepsLen() int {
- if repo.GoDeps == nil {
+ if repo.GoInfo.GoDeps == nil {
return 0
}
- return len(repo.GoDeps.GoDeps)
+ return len(repo.GoInfo.GoDeps.GoDeps)
}