-
Notifications
You must be signed in to change notification settings - Fork 18k
golang.org/x/textaffected/package: #63998
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
I don't understand your answer. Are you saying that you are not maintaining golang.org/x/net/http2/h2c any longer? today golang.org/x/net was upgraded from v0.17.0 to v0.18.0 and relies on golang.org/x/net/http/httpguts which in turn requires golang.org/x/net/idna. The latter imports golang.org/x/text v0.14.0. |
this looks more like a problem with your internet connection rather than something with the go project. |
Here are some more facts and a proposed solution:
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?ubuntu 22.04
go env
Outputcan provide, but seems irrelevant
What did you do?
downloaded golang.org/x/net/http2
What did you expect to see?
a complete download
What did you see instead?
go: found golang.org/x/net/http2 in golang.org/x/net v0.17.0
go: downloading golang.org/x/text v0.13.0
go: client/http/http2simple imports
golang.org/x/net/http2 imports
golang.org/x/net/idna imports
golang.org/x/text/secure/bidirule: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.13.0.zip": stream error: stream ID 19; INTERNAL_ERROR; received from peer
go: client/http/http2simple imports
golang.org/x/net/http2 imports
golang.org/x/net/idna imports
golang.org/x/text/unicode/bidi: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.13.0.zip": stream error: stream ID 19; INTERNAL_ERROR; received from peer
go: client/http/http2simple imports
golang.org/x/net/http2 imports
golang.org/x/net/idna imports
golang.org/x/text/unicode/norm: golang.org/x/[email protected]: read "https:/proxy.golang.org/@v/v0.13.0.zip": stream error: stream ID 19; INTERNAL_ERROR; received from peer
The text was updated successfully, but these errors were encountered: