Skip to content

Instantly share code, notes, and snippets.

@flavianmissi
Created April 16, 2018 05:59
Show Gist options
  • Save flavianmissi/f5192eef53e10431aac01642092d4ddc to your computer and use it in GitHub Desktop.
Save flavianmissi/f5192eef53e10431aac01642092d4ddc to your computer and use it in GitHub Desktop.
list a go pkg dependencies
GO_TARGET_PKG=./my/pkg
go list -f '{{ join .Imports "\n" }}' "${GO_TARGET_PKG}" | grep -v vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment