Skip to content

Instantly share code, notes, and snippets.

@Nydan
Created May 31, 2018 09:53
Show Gist options
  • Save Nydan/79430e07d5ba4b4bf1b17614bd74bfdb to your computer and use it in GitHub Desktop.
Save Nydan/79430e07d5ba4b4bf1b17614bd74bfdb to your computer and use it in GitHub Desktop.
Checking non standard dependencies from a certain repo
go list -f '{{.Deps}}' | tr "[" " " | tr "]" " " | 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