graphdot
graphdot copied to clipboard
Visualize Go module dependencies in Graphviz DOT format
I tried to use this on the rclone repo at: https://github.com/rclone/rclone but after 8 minutes of whirring my laptop fan I gave up waiting. Why does it take so long...
``` $ head go.mod module src/git/cassandra-k8s-operator go 1.12 require ( contrib.go.opencensus.io/exporter/ocagent v0.4.12 // indirect github.com/emicklei/go-restful v2.9.6+incompatible // indirect github.com/evanphx/json-patch v4.5.0+incompatible // indirect github.com/ewohltman/graphdot v0.1.1 // indirect github.com/ghodss/yaml v1.0.0 ``` but...