gospider
gospider copied to clipboard
Can't download the tool
go get: github.com/jaeles-project/[email protected]: parsing go.mod: module declares its path as: github.com/theblackturtle/gospider but was required as: github.com/jaeles-project/gospider
This is the error message I am receiving and I can't move forward.
Usually an old golang version causes problems for most go programs. I've found updating always helps.
I just ran go get -u github.com/jaeles-project/gospider
on a fairly fresh Debian 10 and it worked. For info I have go version go1.14.4 linux/amd64
I wrote a script that helps update go on my machine YMMV of course, but you can try it if you like: https://github.com/JeffreyShran/goJeffgo