Registry / utility / kisielk-godepgraph

kisielk-godepgraph

JSON →
library1.0.0gogounverified

A tool to generate a dependency graph of Go packages.

go get github.com/kisielk/godepgraph
INSTALL
IMPORT
SIG · KISIELK-GODEPGRAPH
K
kisielk-godepgraph
utilitygov1.0.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.

godepgraph
github.com/kisielk/godepgraph

Analyze the current directory's Go package dependencies and print the graph.

package main import ( "fmt" "github.com/kisielk/godepgraph" ) func main() { graph, err := godepgraph.Analyze(".", nil) if err != nil { panic(err) } fmt.Println(graph) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kisielk-godepgraph — go get kisielk-godepgraph · libregistry