Skip to content

goeezi/gopkgdep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopkgdep

gopkgdep is a Go package dependency analysis tool. It walks the dependencies for packages specified on the command line and outputs useful text and graphical visualisations.

Installation

go install github.com/goeezi/gopkgdep@latest

Usage

gopkgdep -h

Demos

Text output

gopkgdep
gopkgdep -compact
gopkgdep -compact -closed

demo

Graphical output

gopkgdep -dot | dot -Tsvg > out.svg

demo

gopkgdep -closed -dot ./internal/... | dot -Tsvg > out.svg

demo