Skip to content

Instantly share code, notes, and snippets.

@larrymyers
Created November 3, 2016 17:13
Show Gist options
  • Save larrymyers/ac268aa5d1de2783309cfd065fb39b4d to your computer and use it in GitHub Desktop.
Save larrymyers/ac268aa5d1de2783309cfd065fb39b4d to your computer and use it in GitHub Desktop.
List all dependencies of a golang program
go list -f '{{ join .Deps "\n" }}' .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment