Skip to content

Instantly share code, notes, and snippets.

View RinkiyaKeDad's full-sized avatar
👾

Arsh Sharma RinkiyaKeDad

👾
View GitHub Profile
@RinkiyaKeDad
RinkiyaKeDad / README.md
Last active March 25, 2021 12:56 — forked from dims/README.md

Say in kubernetes/kubernetes, you need to see how we drag in rsc.io/pdf

python ~/bin/gomod_graph.py -p rsc.io/pdf > filename.dot
dot -Tsvg filename.dot -o filename.svg

if you are not interested in the version numbers

python ~/bin/gomod_graph.py -p rsc.io/pdf --skip > filename.dot
dot -Tsvg filename.dot -o filename.svg