diff options
| author | Jeff Carr <[email protected]> | 2025-11-02 08:59:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-02 08:59:12 -0600 |
| commit | 7190028798229ba7a2bbfe549ccde2749e87edd8 (patch) | |
| tree | db0587730a583cfd14d236e57a098363005ce2ec /goDep.redoGoMod.go | |
| parent | fab6dbd6041a6ee346fba0e8486b643eaf59667c (diff) | |
working on a newer repo.protodevel
Diffstat (limited to 'goDep.redoGoMod.go')
| -rw-r--r-- | goDep.redoGoMod.go | 4 |
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) } |
