Skip to content

Commit

Permalink
Merge pull request #316 from kubernetes-sigs/dependabot/go_modules/go…
Browse files Browse the repository at this point in the history
…lang.org/x/net-0.17.0

Bump golang.org/x/net from 0.10.0 to 0.17.0
  • Loading branch information
k8s-ci-robot authored Oct 20, 2023
2 parents 7591b75 + e3881fe commit d880a06
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 67 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/prometheus/client_golang v1.16.0
github.com/smallfish/simpleyaml v0.1.0
github.com/spf13/pflag v1.0.5
golang.org/x/text v0.11.0
golang.org/x/text v0.13.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.25.13
k8s.io/apimachinery v0.25.13
Expand Down Expand Up @@ -80,11 +80,11 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/time v0.2.0 // indirect
golang.org/x/tools v0.9.3 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
Expand Down
Loading

0 comments on commit d880a06

Please sign in to comment.