]> Cypherpunks repositories - gostls13.git/commit
all: update vendored golang.org/x/{net,text} for Go 1.18 release
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 9 Nov 2021 18:31:45 +0000 (13:31 -0500)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 9 Nov 2021 20:10:36 +0000 (20:10 +0000)
commit77c473f4197b5ad4d90689d665534e598f3c0750
tree1558aa65f2b152d848c45c46e38c8895d07e214b
parent233ea216c730a1902579ab2dea6d752e02d6f6f3
all: update vendored golang.org/x/{net,text} for Go 1.18 release

The Go 1.18 code freeze has recently started. This is a time to update
all golang.org/x/... module versions that contribute packages to the
std and cmd modules in the standard library to latest master versions.

This CL updates only the net, text modules.
The next CL will update further ones.

For #36905.

Change-Id: I9a5ac3cca22da961cfd09f3202e01e1187d42bdd
Reviewed-on: https://go-review.googlesource.com/c/go/+/362735
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
13 files changed:
src/go.mod
src/go.sum
src/net/http/h2_bundle.go
src/vendor/golang.org/x/net/http/httpproxy/proxy.go
src/vendor/golang.org/x/net/http2/hpack/huffman.go
src/vendor/golang.org/x/net/idna/go118.go [new file with mode: 0644]
src/vendor/golang.org/x/net/idna/idna10.0.0.go
src/vendor/golang.org/x/net/idna/idna9.0.0.go
src/vendor/golang.org/x/net/idna/pre_go118.go [new file with mode: 0644]
src/vendor/golang.org/x/net/idna/punycode.go
src/vendor/golang.org/x/net/nettest/nettest.go
src/vendor/golang.org/x/text/unicode/bidi/core.go
src/vendor/modules.txt