mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-08-03 00:00:02 +08:00
.: bump golang.org/x/net to v0.17.0
Bumping golang.org/x/net in light of CVE-2023-39325 and CVE-2023-44487. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> Kubernetes-commit: ab65c7d3b71fc22b9c456e841de55128e9efd03b
This commit is contained in:
committed by
Kubernetes Publisher
parent
f21770dd03
commit
58c6edf4a8
@@ -5,10 +5,10 @@ module k8s.io/sample-controller
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20230612172015-e5ccf2eb3112
|
||||
k8s.io/apimachinery v0.0.0-20230612171130-c23a82e9e261
|
||||
k8s.io/client-go v0.0.0-20230612174153-cb4594adb388
|
||||
k8s.io/code-generator v0.0.0-20230705140334-b770688429e1
|
||||
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.80.1
|
||||
)
|
||||
|
||||
@@ -36,11 +36,11 @@ require (
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
golang.org/x/mod v0.9.0 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/net v0.17.0 // indirect
|
||||
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
||||
golang.org/x/sys v0.6.0 // indirect
|
||||
golang.org/x/term v0.6.0 // indirect
|
||||
golang.org/x/text v0.8.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
golang.org/x/term v0.13.0 // indirect
|
||||
golang.org/x/text v0.13.0 // indirect
|
||||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
||||
golang.org/x/tools v0.6.0 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
@@ -57,8 +57,9 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230612172015-e5ccf2eb3112
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230612171130-c23a82e9e261
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20230612174153-cb4594adb388
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230705140334-b770688429e1
|
||||
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