deplist prints a detailed list of package imports for a package. The output contains the path to the source on the GOPATH for those imported packages.
$ go get github.com/broady/deplist
usage: deplist [-tags] [-goroot] <dirs...>
-goroot
include imports in GOROOT
-tags string
comma-separated list of build tags to apply
-tsv
use only a single tab between columns
This is not an official Google product.
deplist is available under the Apache 2 license. See LICENSE.