Last active
September 21, 2015 11:00
-
-
Save craigfurman/b281af7d77ff13d931a5 to your computer and use it in GitHub Desktop.
Update Go dependencies after installing a new language version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go list -f '{{join .Deps "\n"}}' ./... | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' | xargs go install -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment