summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:21:56 -0600
committerJeff Carr <[email protected]>2024-12-01 22:21:56 -0600
commit02f7ee387ff083d5c39b3d99ec9defe3e66e3700 (patch)
treee9a57ba32cc97147164d82b78f6d64f7d2b3fe66
parent007e0e81e3c6aa5f0f2d17427730460ca865abfc (diff)
always redo go.modv0.22.26
-rw-r--r--findNext.go1
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() {