Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created April 18, 2025 04:41
Show Gist options
  • Save mcandre/440aea5d68c17cf3fd72b136cbf00464 to your computer and use it in GitHub Desktop.
Save mcandre/440aea5d68c17cf3fd72b136cbf00464 to your computer and use it in GitHub Desktop.
Go Update (Tool) Dependencies

Go Update Tool Dependencies

$ go get -u all
$ 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