Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active June 18, 2025 03:47
Go Update (Tool) Dependencies

Go Update Tool Dependencies

$ go get -u ./...
$ go mod download; go mod vendor; go mod tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment