Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created June 21, 2019 22:27
Show Gist options
  • Save rms1000watt/9a5afbfab3d0a096c3219eb2b2c45e86 to your computer and use it in GitHub Desktop.
Save rms1000watt/9a5afbfab3d0a096c3219eb2b2c45e86 to your computer and use it in GitHub Desktop.
go list all deps of a golang project
go list -deps
go list -f '{{join .Deps "\n"}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment