Skip to content

Commit d1c9865

Browse files
chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tools/azure-npm-to-cilium-validator in the go_modules group across 1 directory (#3507)
chore(deps): bump golang.org/x/net Bumps the go_modules group with 1 update in the /tools/azure-npm-to-cilium-validator 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) --- updated-dependencies: - 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 ed076e7 commit d1c9865

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tools/azure-npm-to-cilium-validator/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module azure-npm-to-cilium-validator
22

33
go 1.23
4-
54
toolchain go1.23.6
65

76
require (
@@ -63,7 +62,7 @@ require (
6362
go.opencensus.io v0.24.0 // indirect
6463
go.uber.org/multierr v1.11.0 // indirect
6564
go.uber.org/zap v1.27.0 // indirect
66-
golang.org/x/net v0.34.0 // indirect
65+
golang.org/x/net v0.36.0 // indirect
6766
golang.org/x/oauth2 v0.24.0 // indirect
6867
golang.org/x/sys v0.30.0 // indirect
6968
golang.org/x/term v0.29.0 // indirect

tools/azure-npm-to-cilium-validator/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
200200
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
201201
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
202202
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
203-
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
204-
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
203+
golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
204+
golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
205205
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
206206
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
207207
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=

0 commit comments

Comments
 (0)