always redo go.mod
This commit is contained in:
parent
007e0e81e3
commit
02f7ee387f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue