Skip to content

Commit cb2f96c

Browse files
Bump the go_modules group across 2 directories with 1 update
Bumps the go_modules group with 1 update in the /pkg/authn/k8schain directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 1 update in the /pkg/authn/kubernetes 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.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 - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 098045d commit cb2f96c

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

pkg/authn/k8schain/go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ require (
7676
github.com/sirupsen/logrus v1.9.3 // indirect
7777
github.com/vbatts/tar-split v0.11.6 // indirect
7878
github.com/x448/float16 v0.8.4 // indirect
79-
golang.org/x/crypto v0.32.0 // indirect
80-
golang.org/x/net v0.34.0 // indirect
79+
golang.org/x/crypto v0.35.0 // indirect
80+
golang.org/x/net v0.36.0 // indirect
8181
golang.org/x/oauth2 v0.25.0 // indirect
82-
golang.org/x/sync v0.10.0 // indirect
83-
golang.org/x/sys v0.29.0 // indirect
84-
golang.org/x/term v0.28.0 // indirect
85-
golang.org/x/text v0.21.0 // indirect
82+
golang.org/x/sync v0.11.0 // indirect
83+
golang.org/x/sys v0.30.0 // indirect
84+
golang.org/x/term v0.29.0 // indirect
85+
golang.org/x/text v0.22.0 // indirect
8686
golang.org/x/time v0.9.0 // indirect
8787
google.golang.org/protobuf v1.36.3 // indirect
8888
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

pkg/authn/k8schain/go.sum

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

pkg/authn/kubernetes/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ require (
3838
github.com/pkg/errors v0.9.1 // indirect
3939
github.com/sirupsen/logrus v1.9.3 // indirect
4040
github.com/x448/float16 v0.8.4 // indirect
41-
golang.org/x/net v0.34.0 // indirect
41+
golang.org/x/net v0.36.0 // indirect
4242
golang.org/x/oauth2 v0.25.0 // indirect
43-
golang.org/x/sys v0.29.0 // indirect
44-
golang.org/x/term v0.28.0 // indirect
45-
golang.org/x/text v0.21.0 // indirect
43+
golang.org/x/sys v0.30.0 // indirect
44+
golang.org/x/term v0.29.0 // indirect
45+
golang.org/x/text v0.22.0 // indirect
4646
golang.org/x/time v0.9.0 // indirect
4747
google.golang.org/protobuf v1.36.3 // indirect
4848
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

pkg/authn/kubernetes/go.sum

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

0 commit comments

Comments
 (0)