nyancrimew/goop

go get does nothing

c0d3z3r0 opened this issue · 4 comments

No idea what's wrong here, but go get -u github.com/deletescape/goop hangs... Other projects like https://github.com/deletescape/sloot work just fine.

Oh lol, while writing this, I got an output, but still no binary in go/bin:

go get -u github.com/deletescape/goop

code in directory /home/c0d3/go/src/github.com/go-git/go-billy/osfs expects import "github.com/go-git/go-billy/v5/osfs"

Disclaimer: non-go guy here ;)

huh thats odd, i dont think i've seen that before, but i'll try to figure it out on my second device

it should work if you run it with

GO111MODULE=on go get -u github.com/deletescape/goop

lol. indeed, worked fine

image

Hello! It seems the issue still persists with the new command with GO111MODULE=on. Any suggestion?

Ty