Skip to content

Commit afec664

Browse files
Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain (#1815)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](golang/net@v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8dadbe7 commit afec664

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

pkg/authn/k8schain/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ require (
7575
github.com/pkg/errors v0.9.1 // indirect
7676
github.com/sirupsen/logrus v1.9.1 // indirect
7777
github.com/vbatts/tar-split v0.11.3 // indirect
78-
golang.org/x/crypto v0.9.0 // indirect
79-
golang.org/x/net v0.10.0 // indirect
78+
golang.org/x/crypto v0.14.0 // indirect
79+
golang.org/x/net v0.17.0 // indirect
8080
golang.org/x/oauth2 v0.8.0 // indirect
8181
golang.org/x/sync v0.2.0 // indirect
82-
golang.org/x/sys v0.8.0 // indirect
83-
golang.org/x/term v0.8.0 // indirect
84-
golang.org/x/text v0.9.0 // indirect
82+
golang.org/x/sys v0.13.0 // indirect
83+
golang.org/x/term v0.13.0 // indirect
84+
golang.org/x/text v0.13.0 // indirect
8585
golang.org/x/time v0.3.0 // indirect
8686
google.golang.org/appengine v1.6.7 // indirect
8787
google.golang.org/protobuf v1.30.0 // indirect

pkg/authn/k8schain/go.sum

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

0 commit comments

Comments
 (0)