diff options
| author | Jeff Carr <[email protected]> | 2025-06-04 07:41:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-06-04 07:41:47 -0500 |
| commit | 21dd7145146498182eaf977e00219ea3261bcaac (patch) | |
| tree | f05aef711dd9d7eca5f3d1ca7b73d9febb008535 | |
| parent | 4ab621a7f265881a62ed25bc591672b1facac77e (diff) | |
go-mod-clean syntax change
| -rw-r--r-- | clone.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ func makeValidGoSum(check *gitpb.Repo) error { log.Info("try running go-mod-clean") // update go.sum and go.mod - if err := check.RunVerbose([]string{"go-mod-clean", "--smart"}); err != nil { + if err := check.RunVerbose([]string{"go-mod-clean", "lax"}); err != nil { log.Info("") log.Info("Do you have go-mod-clean? Otherwise:") log.Info(" go install go.wit.com/apps/go-mod-clean@latest") |
