Sign inSign up

amstaffix/gomod

By amstaffix

Updated about 5 years ago

Images to use https://github.com/Helcaraxan/gomod

Image
0

2.0K

amstaffix/gomod repository overview

About

Source repository: https://github.com/Helcaraxan/gomod

Docker images to launch Helcaraxan/gomod to analyze your dependencies.

Examples

>=v0.6.0

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

<=v0.5.0

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

Tag summary

Content type

Image

Digest

Size

117.7 MB

Last updated

about 5 years ago

docker pull amstaffix/gomod