From 02f7ee387ff083d5c39b3d99ec9defe3e66e3700 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:21:56 -0600 Subject: [PATCH] always redo go.mod --- findNext.go | 1 + 1 file changed, 1 insertion(+) 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() {