Update Go Mod

Update Go Mod

Sep 26, 2021
go

Auto update direct dependencies in go.mod into latest stable version.

go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all\
  | xargs -n 1 sh -c 'echo $0; go get -d $0 || true'
Share on: