You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ls -l vendor/github.com/
total 0
drwxr-xr-x 3 anthony staff 96 Aug 15 12:17 BurntSushi
...
drwxr-xr-x 5 anthony staff 160 Aug 15 12:17 go-playground
...
Expected Behaviour
No vendored packages in the graph.
The text was updated successfully, but these errors were encountered:
Running godepgraph -h, the description for -novendor states
-novendor
ignore packages in the vendor directory
I came across the same problem and reading that, I now believe, that only packages in a vendordirectory are being ignored. If true, it's very misleading.
It would be nice to ignore packages based on a regex if excluding external packages is too difficult.
Hello!
go env
Expected Behaviour
No vendored packages in the graph.
The text was updated successfully, but these errors were encountered: