shosubgo
shosubgo copied to clipboard
Can't install with go get
$ go get github.com/incogbyte/shosubgo/apishodan
go get: github.com/incogbyte/[email protected]: parsing go.mod:
module declares its path as: shosubgo
but was required as: github.com/incogbyte/shosubgo
go version go1.17.2 windows/amd64
I got this too.
any update?
any update?
Use my fork. I fixed it: https://github.com/ItsIgnacioPortal/shosubgo/
git clone https://github.com/ItsIgnacioPortal/shosubgo/
cd shosubgo
go build main.go
you should now have an executable named "main.exe"
@ItsIgnacioPortal did exe working on Linux ?
@ItsIgnacioPortal did exe working on Linux ?
If you're on linux, it will generate a linux executable. It'll just be called "main"
Fixed guys
Just use
go install github.com/incogbyte/shosubgo@latest