In-reply-to » ahh this is useful https://go.dev/doc/modules/managing-dependencies. the go culture doesn't typically have large dependency graphs like Ruby or JS.

@xuu@txt.sour.is With yarnd being one of the exceptions: go mod graph | wc -l results in 3540. :-D go mod graph | gomodot | dot -Tpng -o graph.png gives this piece of art:

Image

Watch out, the large version is 42.6 MiB in size! https://lyse.isobeef.org/tmp/yarnd-dependency-graph.png

⤋ Read More