-
Notifications
You must be signed in to change notification settings - Fork 18k
unable to go get golang.org/x/text/language #27796
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
Comments
@gopherbot please add modules |
However the command; |
Likely a duplicate of #27238. What happens if you run |
go: finding golang.org/x/text/language latest
go: finding golang.org/x/text/internal/format latest
go: finding golang.org/x/text/internal/number latest
go: finding golang.org/x/text/internal latest
go: finding golang.org/x/text/feature/plural latest
go: finding golang.org/x/text/feature latest
build mydir: cannot find module for path golang.org/x/text/feature/plural |
However the following worked:
I was using vgo during it's development so that may have corrupted my cache. |
Thanks for the info. Let's treat this as a dup of #27238. |
What version of Go are you using (
go version
)?go version go1.11 darwin/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
golang.org/x/text/language
to be downloaded and entry added togo.mod
What did you see instead?
The text was updated successfully, but these errors were encountered: