Skip to content

Instantly share code, notes, and snippets.

@daniel-garcia
Last active January 4, 2016 04:19
Show Gist options
  • Save daniel-garcia/8567777 to your computer and use it in GitHub Desktop.
Save daniel-garcia/8567777 to your computer and use it in GitHub Desktop.
external dependencies for a golang project
go list -f '{{join .Deps "\n"}}' | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment