Registry / utility / markbates-deplist

markbates-deplist

JSON →
library1.3.0gogounverified

A Go library for listing dependencies of Go packages.

go get github.com/markbates/deplist
INSTALL
IMPORT
SIG · MARKBATES-DEPLIST
M
markbates-deplist
utilitygov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

deplist
github.com/markbates/deplist

List all dependencies of the current Go package.

package main import ( "fmt" "github.com/markbates/deplist" ) func main() { list, err := deplist.List(".") if err != nil { panic(err) } fmt.Println(list) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
markbates-deplist — go get markbates-deplist · libregistry