shosubgo icon indicating copy to clipboard operation
shosubgo copied to clipboard

Can't install with go get

Open ItsIgnacioPortal opened this issue 4 years ago • 5 comments

$ 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

ItsIgnacioPortal avatar Jan 11 '22 01:01 ItsIgnacioPortal

I got this too.

Ray-Aldred avatar Feb 07 '22 22:02 Ray-Aldred

any update?

y0sua avatar May 31 '22 02:05 y0sua

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 avatar May 31 '22 03:05 ItsIgnacioPortal

@ItsIgnacioPortal did exe working on Linux ?

SalemNabeelSalem avatar Jul 07 '22 15:07 SalemNabeelSalem

@ItsIgnacioPortal did exe working on Linux ?

If you're on linux, it will generate a linux executable. It'll just be called "main"

ItsIgnacioPortal avatar Jul 10 '22 03:07 ItsIgnacioPortal

Fixed guys

Just use

go install github.com/incogbyte/shosubgo@latest
image

incogbyte avatar Dec 10 '22 13:12 incogbyte