diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2023-04-12 00:28:06 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-04-11 22:42:18 +0000 |
| commit | bc5b194813d1a59daec29bd81f6bc092948a2f0a (patch) | |
| tree | 290a86850c84c177ddb4ad41a99f271a77202a1a /src/go.mod | |
| parent | 1635205a72d26721af54f01ccbab8e0b51ded3a9 (diff) | |
| download | go-bc5b194813d1a59daec29bd81f6bc092948a2f0a.tar.xz | |
all: update vendored golang.org/x/net
Pull in CL 483375. This also updates golang.org/x/sys to v0.7.0 and thus
we also need to update it to that version in cmd to keep
TestDependencyVersionsConsistent happy.
Fixes #22927
Change-Id: Ice14cd66a5c2a621b373c3d29455c75494436045
Reviewed-on: https://go-review.googlesource.com/c/go/+/483595
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/go.mod')
| -rw-r--r-- | src/go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go.mod b/src/go.mod index 81c765f950..3c6222f569 100644 --- a/src/go.mod +++ b/src/go.mod @@ -4,10 +4,10 @@ go 1.21 require ( golang.org/x/crypto v0.5.1-0.20230203195927-310bfa40f1e4 - golang.org/x/net v0.7.0 + golang.org/x/net v0.9.1-0.20230410173003-9001ca7de9d7 ) require ( - golang.org/x/sys v0.5.1-0.20230208141308-4fee21c92339 // indirect - golang.org/x/text v0.7.1-0.20230207171107-30dadde3188b // indirect + golang.org/x/sys v0.7.0 // indirect + golang.org/x/text v0.9.0 // indirect ) |
