jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.45k stars 304 forks source link

Can't download the tool #12

Open issaclutch007 opened 3 years ago

issaclutch007 commented 3 years ago

go get: github.com/jaeles-project/gospider@v1.1.0: 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.

JeffreyShran commented 3 years ago

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