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

missing dependencies (user banned?) #281

Closed
despair86 opened this issue Jan 5, 2020 · 5 comments
Closed

missing dependencies (user banned?) #281

despair86 opened this issue Jan 5, 2020 · 5 comments

Comments

@despair86
Copy link

bucket@bucket:~$ go get github.com/dutchcoders/transfer.sh
package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of:
        /opt/local/go112/src/github.com/russross/blackfriday/v2 (from $GOROOT)
        /home/bucket/go/src/github.com/russross/blackfriday/v2 (from $GOPATH)
@aspacca
Copy link
Collaborator

aspacca commented Jan 5, 2020

@despair86 transfer.sh uses gomodule, can you try with GO111MODULE=on?
also, what version of go are you using?

@despair86
Copy link
Author

despair86 commented Jan 5, 2020 via email

@aspacca
Copy link
Collaborator

aspacca commented Jan 5, 2020

the repo exists: https://github.com/russross/blackfriday

@aspacca
Copy link
Collaborator

aspacca commented Jan 5, 2020

golang/go#36391

I've opened this: in the meanwhile you can fix with cloning the repo and doing a go get ./...

@aspacca
Copy link
Collaborator

aspacca commented Jan 6, 2020

@despair86 fixed in v1.1.3

@aspacca aspacca closed this as completed Jan 6, 2020
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

2 participants