incogbyte/shosubgo

Can't install with go get

Closed this issue · 6 comments

$ go get github.com/incogbyte/shosubgo/apishodan
go get: github.com/incogbyte/shosubgo@v0.0.0-20211228204013-92c8070aade4: 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.

y0sua commented

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

image