Images to use https://github.com/Helcaraxan/gomod
2.0K
Source repository: https://github.com/Helcaraxan/gomod
Docker images to launch Helcaraxan/gomod to analyze your dependencies.
Draw all dependencies of package
docker run --rm -it -w /app -v $(pwd):/app amstaffix/gomod:latest graph
If you have problems with private repositories, just mount GOPATH
docker run --rm -it -w /app -v $(pwd):/app -v $GOPATH:/go amstaffix/gomod:latest graph
Draw all dependencies and store it in png file
docker run --rm -it -w /app -v $(pwd):/app amstaffix/gomod:v0.5.0 graph -f -a -V -F png -o out.png
if you have problems with private repositories, just mount your GOPATH
docker run --rm -it -w /app -v $(pwd):/app -v $GOPATH:/go amstaffix/gomod:v0.5.0 graph -f -a -V -F png -o out.png
Content type
Image
Digest
Size
117.7 MB
Last updated
about 5 years ago
docker pull amstaffix/gomod