-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not support modules yet #35
Comments
Yes, it does!
|
Please update the README! I spent 20m to fight with this tool, until I found this ): |
Actually it does not support Go modules:
|
For those of you searching "go package graph" and hitting a wall with this tool not supporting modules, you might want to follow Helcaraxan/gomod#71. cc @Helcaraxan |
Just to update after @mvdan's message that github.com/Helcaraxan/gomod now supports querying and visualising both the module and package dependency graphs of a given Go module since the v0.6.0 release that happened earlier today. |
Although the command will start parsing dependencies, it fails at finding the imports in the modules cache, instead relying only on GOPATH/GOROOT.
The text was updated successfully, but these errors were encountered: