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

unrecognized import path "golang.org/x/crypto/blake2b", also with blake2s and sha3 #39

Closed
photonxp opened this issue Feb 6, 2017 · 0 comments

Comments

@photonxp
Copy link

photonxp commented Feb 6, 2017

unrecognized import path "golang.org/x/crypto/blake2b"
unrecognized import path "golang.org/x/crypto/blake2s"
unrecognized import path "golang.org/x/crypto/sha3"

Not sure if this is a network problem. Some people on the internet suggest this is network related. But these are the only three packages that gave this error message while executing go get -u github.com/whyrusleeping/gx

$ curl https://golang.org/x/crypto/blake2b?go-get=1

Nothing to see here; move along.

Workaround:
First download the packages manually from github
https://github.com/golang/crypto/tree/master/blake2b
https://github.com/golang/crypto/tree/master/blake2s
https://github.com/golang/crypto/tree/master/sha3

Then put the downloaded packages under the right GOPATH of golang.org/x/crypto/

@photonxp photonxp closed this as completed Feb 6, 2017
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

1 participant