Skip to content

Commit

Permalink
Proactively bump golang.org/x/net to v0.12.0
Browse files Browse the repository at this point in the history
Proactively bump to v0.12.0 to avoid v0.10.0 and v0.11.0, which contain
a regression added by commit
golang/net@82780d6.
This commit was later reverted in v0.12.0.

Generated with:

hack/pin-dependency.sh golang.org/x/net v0.12.0 && hack/update-vendor.sh

Kubernetes-commit: d9bd413f991958492602c4bf51c43d6edca0e5cd
  • Loading branch information
bertinatto authored and k8s-publishing-bot committed Jul 14, 2023
1 parent 318e494 commit 05eaaf2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 41 deletions.
39 changes: 20 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
golang.org/x/sys v0.8.0
golang.org/x/sys v0.10.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.0.0-20230712211402-283b145385c0
k8s.io/apimachinery v0.0.0-20230712210707-c9b3b3a37189
k8s.io/cli-runtime v0.0.0-20230703144156-807b4689df02
k8s.io/client-go v0.0.0-20230711210844-560efb3b8995
k8s.io/component-base v0.0.0-20230713173548-ea35e2fd8622
k8s.io/component-helpers v0.0.0-20230619011650-92f9e3a8b815
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/cli-runtime v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/component-helpers v0.0.0
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230601164746-7562a1006961
k8s.io/metrics v0.0.0-20230619013253-6df5ceaa66cf
k8s.io/metrics v0.0.0
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3
Expand Down Expand Up @@ -80,11 +80,11 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.8.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -95,12 +95,13 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230712211402-283b145385c0
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230712210707-c9b3b3a37189
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20230703144156-807b4689df02
k8s.io/client-go => k8s.io/client-go v0.0.0-20230711210844-560efb3b8995
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230713165649-b265455ab316
k8s.io/component-base => k8s.io/component-base v0.0.0-20230713173548-ea35e2fd8622
k8s.io/component-helpers => k8s.io/component-helpers v0.0.0-20230619011650-92f9e3a8b815
k8s.io/metrics => k8s.io/metrics v0.0.0-20230619013253-6df5ceaa66cf
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/cli-runtime => ../cli-runtime
k8s.io/client-go => ../client-go
k8s.io/code-generator => ../code-generator
k8s.io/component-base => ../component-base
k8s.io/component-helpers => ../component-helpers
k8s.io/kubectl => ../kubectl
k8s.io/metrics => ../metrics
)
Loading

0 comments on commit 05eaaf2

Please sign in to comment.