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/cmd/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/cmd/go.mod')
| -rw-r--r-- | src/cmd/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go.mod b/src/cmd/go.mod index 49dc45cd62..f374663442 100644 --- a/src/cmd/go.mod +++ b/src/cmd/go.mod @@ -7,7 +7,7 @@ require ( golang.org/x/arch v0.2.1-0.20230208145055-40c19ba4a7c5 golang.org/x/mod v0.8.0 golang.org/x/sync v0.1.0 - golang.org/x/sys v0.5.1-0.20230208141308-4fee21c92339 + golang.org/x/sys v0.7.0 golang.org/x/term v0.5.0 golang.org/x/tools v0.5.1-0.20230207232209-1ace7dbcb0de ) |
