depth
depth copied to clipboard
"depth" does not seem to work on any packages other than "depth"
[~] % depth github.com/KyleBanks/conways-gol
'github.com/KyleBanks/conways-gol': FATAL: unable to resolve root package
[~]!% depth github.com/KyleBanks/goggles
'github.com/KyleBanks/goggles': FATAL: unable to resolve root package
It doesn't work on any KyleBanks packages other than "depth" itself, as far as I have tried.
I have the same issue
try calling depth .
from your project/package root
I had the same problem, but it worked when it called it from the cmd
folder (where main.go
is)
#18
have the same issue, and still doesn't work even if I called it from cmd folder
it is only showing the dependencies of main.go,
When I tired with -internal too, and when I am specifying the package name like
depth -internal -max 2 github.com/Dreamacro/clash/config
it is giving me the FATAL: unable to resolve root package issue.
I've downloaded the windows binaries, and I also get this message:
depth_1.2.1_windows_386.exe github.com/KyleBanks/conways-gol
'github.com/KyleBanks/conways-gol': FATAL: unable to resolve root package
I suspected that it has something to do with my proxy settings, but it's the same with disabled proxy as well. :(