diff options
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/findNext.go b/findNext.go index 3a06477..b6a3867 100644 --- a/findNext.go +++ b/findNext.go @@ -79,6 +79,7 @@ func goodGodeps(repo *repolist.RepoRow) bool { log.Info("boo, you didn't git clone", repo.GoPath()) os.Exit(-1) } + check.RedoGoMod() log.Printf("current repo %s go dependancy count: %d", check.GetGoPath(), check.GoDepsLen()) deps := check.GoDeps.SortByGoPath() for deps.Scan() { |
