Crawler of Go dependencies graph. Uses http://go-search.org/ as the data source.
These simple steps will produce local version of the go graph:
git clone https://github.com/anvaka/allgo
cd allgo
./download.sh
node layout.js
node toBinary.js
The ouptut is stored to ./data
folder, and can be consumed by pm visualization
MIT