Skip to content

Commit 49eb642

Browse files
authored
Bump golang.org/x/net from 0.35.0 to 0.36.0 (#5177)
Bump golang.org/x/net from 0.35.0 to 0.36.0. Signed-off-by: David Enyeart <[email protected]>
1 parent af0b647 commit 49eb642

File tree

12 files changed

+313
-655
lines changed

12 files changed

+313
-655
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ require (
118118
go.etcd.io/etcd/pkg/v3 v3.5.14 // indirect
119119
go.uber.org/multierr v1.11.0 // indirect
120120
golang.org/x/mod v0.17.0 // indirect
121-
golang.org/x/net v0.35.0 // indirect
121+
golang.org/x/net v0.36.0 // indirect
122122
golang.org/x/sync v0.11.0 // indirect
123123
golang.org/x/sys v0.30.0 // indirect
124124
golang.org/x/text v0.22.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
633633
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
634634
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
635635
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
636-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
637-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
636+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
637+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
638638
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
639639
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
640640
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)