gospider icon indicating copy to clipboard operation
gospider copied to clipboard

Can't download the tool

Open issaclutch007 opened this issue 4 years ago • 1 comments

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.

issaclutch007 avatar Jul 22 '20 14:07 issaclutch007

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

JeffreyShran avatar Aug 07 '20 09:08 JeffreyShran