diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 06:37:14 -0600 |
| commit | 233f7bca767aab9df55adea409e9820050631586 (patch) | |
| tree | 1ce61760e8b31077b9accc9b1da978d935a132d3 /goDep.redoGoMod.go | |
| parent | 4bc95ad2684cb42159229b8198aa8a2377f80aa1 (diff) | |
lots of changes to isolate exec 'git'
Diffstat (limited to 'goDep.redoGoMod.go')
| -rw-r--r-- | goDep.redoGoMod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goDep.redoGoMod.go b/goDep.redoGoMod.go index 633f07f..ee9e669 100644 --- a/goDep.redoGoMod.go +++ b/goDep.redoGoMod.go @@ -13,7 +13,7 @@ func (repo *Repo) ValidGoSum() error { if !repo.Exists("go.mod") { return errors.New("ValidGoSum() go.mod is missing") } - if repo.GoPrimitive { + if repo.GoInfo.GoPrimitive { if !repo.Exists("go.mod") { return errors.New("GoPrimitive == true, but go.mod is missing") } |
