Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get does nothing #2

Closed
c0d3z3r0 opened this issue Nov 4, 2020 · 4 comments
Closed

go get does nothing #2

c0d3z3r0 opened this issue Nov 4, 2020 · 4 comments

Comments

@c0d3z3r0
Copy link

c0d3z3r0 commented Nov 4, 2020

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 ;)

@nyancrimew
Copy link
Owner

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

@nyancrimew
Copy link
Owner

it should work if you run it with

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

@c0d3z3r0
Copy link
Author

lol. indeed, worked fine

@nchiarappa
Copy link

image

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

Ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants