Jay Taylor's notes
back to listing index
List external dependencies of package - Google Groups
[
web search
]
Original source
(
groups.google.com
)
Tags:
golang
go
dependencies
groups.google.com
Clipped on: 2017-02-03
Sebastien Binet
$ go list -f '{{.Deps}}' | tr "[" " " | tr "]" " " | xargs go list -f
'{{if not .Standard}}{{.ImportPath}}{{
end}}'
-s