Skip to content

Commit 4f14163

Browse files
Bump the go_modules group across 2 directories with 1 update (#5176)
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 1 update in the /tools directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.34.0 to 0.36.0 - [Commits](golang/net@v0.34.0...v0.36.0) Updates `golang.org/x/net` from 0.35.0 to 0.36.0 - [Commits](golang/net@v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2f0fcd commit 4f14163

File tree

17 files changed

+740
-935
lines changed

17 files changed

+740
-935
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require (
113113
go.etcd.io/etcd/pkg/v3 v3.5.16 // indirect
114114
go.uber.org/multierr v1.11.0 // indirect
115115
golang.org/x/crypto v0.35.0 // indirect
116-
golang.org/x/net v0.34.0 // indirect
116+
golang.org/x/net v0.36.0 // indirect
117117
golang.org/x/sync v0.11.0 // indirect
118118
golang.org/x/sys v0.30.0 // indirect
119119
golang.org/x/text v0.22.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1277,8 +1277,8 @@ golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
12771277
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
12781278
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
12791279
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
1280-
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
1281-
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
1280+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
1281+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
12821282
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
12831283
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
12841284
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ require (
8282
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
8383
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
8484
golang.org/x/mod v0.23.0 // indirect
85-
golang.org/x/net v0.35.0 // indirect
85+
golang.org/x/net v0.36.0 // indirect
8686
golang.org/x/sync v0.11.0 // indirect
8787
golang.org/x/sys v0.30.0 // indirect
8888
golang.org/x/term v0.29.0 // indirect

tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/
527527
golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
528528
golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
529529
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
530-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
531-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
530+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
531+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
532532
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
533533
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
534534
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

vendor/golang.org/x/net/context/context.go

+100-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/context/go17.go

-72
This file was deleted.

vendor/golang.org/x/net/context/go19.go

-20
This file was deleted.

0 commit comments

Comments
 (0)