-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go get
: 'unexpected end of JSON input' for module missing /v3 suffix
#30494
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
go mod
: unexpected end of JSON inputgo get
: unexpected end of JSON input
go get
: unexpected end of JSON inputgo get
: unexpected end of JSON input
/cc @bcmills |
The reason you can't That said, we should definitely produce a clearer diagnostic message in this case. CC @jayconrod |
go get
: unexpected end of JSON inputgo get
: unexpected end of JSON input for module missing /v3 suffix
go get
: unexpected end of JSON input for module missing /v3 suffixgo get
: 'unexpected end of JSON input' for module missing /v3 suffix
Please fill out the complete issue template: in particular, the output of I see a successful download rather than
|
However, #30499 is closely related. |
#29262 is probably also related, and might make the result dependent on previous fetches from the same underlying repository. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?The module yiigo has tag
v3.0.0
, but when I rungo get github.com/iiinsomnia/yiigo
, it gets thev2.1.0
and when I rungo get github.com/iiinsomnia/yiigo@v3.0.0
, it shows:go get github.com/iiinsomnia/yiigo@v3.0.0: unexpected end of JSON input
The text was updated successfully, but these errors were encountered: