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

cmd/go: cannot find module providing package golang.org/x/crypto/bcrypt #26958

Closed
mosout opened this issue Aug 13, 2018 · 2 comments
Closed

cmd/go: cannot find module providing package golang.org/x/crypto/bcrypt #26958

mosout opened this issue Aug 13, 2018 · 2 comments

Comments

@mosout
Copy link

mosout commented Aug 13, 2018

What version of Go are you using (go version)?

go version go1.11beta3 windows/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

windows/amd64

What did you do?

go get golang.org/x/crypto/bcrypt

What did you expect to see?

Successful information.

What did you see instead?

go get golang.org/x/crypto/bcrypt: cannot find module providing package golang.org/x/crypto/bcrypt
@myitcv
Copy link
Member

myitcv commented Aug 13, 2018

Unfortunately, you've run into a variant of #26722

This will be fixed in the next beta/first release candidate.

Or else it's already fixed in tip, if you're happy to build Go from source

@myitcv myitcv closed this as completed Aug 13, 2018
@myitcv myitcv added the modules label Aug 13, 2018
@myitcv myitcv added this to the Go1.11 milestone Aug 13, 2018
@mosout
Copy link
Author

mosout commented Aug 13, 2018

@myitcv Thank you very much!

@golang golang locked and limited conversation to collaborators Aug 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants