Skip to content

Commit 172f043

Browse files
Bump golang.org/x/net from 0.35.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0. - [Commits](golang/net@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e392277 commit 172f043

File tree

13 files changed

+318
-658
lines changed

13 files changed

+318
-658
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ require (
104104
golang.org/x/crypto v0.35.0 // indirect
105105
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
106106
golang.org/x/mod v0.23.0 // indirect
107-
golang.org/x/net v0.35.0 // indirect
107+
golang.org/x/net v0.36.0 // indirect
108108
golang.org/x/oauth2 v0.27.0 // indirect
109109
golang.org/x/sync v0.11.0 // indirect
110110
golang.org/x/sys v0.30.0 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qx
507507
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
508508
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
509509
golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
510-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
511-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
510+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
511+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
512512
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
513513
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
514514
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)