This is a graphical tool for go mod
The readability of the go mod graph command line is too poor
- Generate all dependent graphics
- Generates the graphics for the specified dependencies
- install graphviz
- go get github.com/xingliuhua/gramod
gramod
// Generate all dependent graphics
gramod -s github.com/go-playground/validator/v10@v10.3.0
// Generates the graphics for the specified dependencies
Feel free to dive in! [Open an issue] or submit PRs.

