mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-07-15 00:00:09 +08:00
Proactively bump golang.org/x/net to v0.12.0
Proactively bump to v0.12.0 to avoid v0.10.0 and v0.11.0, which contain a regression added by commit https://github.com/golang/net/commit/82780d606d189ee6d3e9dd4683e493d832f3caaf. 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
This commit is contained in:
committed by
Kubernetes Publisher
parent
48ec76a559
commit
c2c7e5f799
@@ -5,10 +5,10 @@ module k8s.io/sample-controller
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20230619010547-366128ee4928
|
||||
k8s.io/apimachinery v0.0.0-20230619010326-2680937a8b38
|
||||
k8s.io/client-go v0.0.0-20230619010903-808ebc843ba9
|
||||
k8s.io/code-generator v0.0.0-20230619010117-b510e2c81c00
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/client-go v0.0.0
|
||||
k8s.io/code-generator v0.0.0
|
||||
k8s.io/klog/v2 v2.100.1
|
||||
)
|
||||
|
||||
@@ -37,11 +37,11 @@ require (
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
golang.org/x/mod v0.10.0 // 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/sys v0.8.0 // indirect
|
||||
golang.org/x/term v0.7.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
golang.org/x/sys v0.10.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
|
||||
@@ -58,8 +58,9 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230619010547-366128ee4928
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230619010326-2680937a8b38
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20230619010903-808ebc843ba9
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230619010117-b510e2c81c00
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/sample-controller => ../sample-controller
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user