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: ff52c6daa8ce633bb94bdc3e8e80f4eebf3a2e39
This commit is contained in:
committed by
Kubernetes Publisher
parent
3f384448f3
commit
889078fd48
@@ -5,10 +5,10 @@ module k8s.io/sample-controller
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20230705181702-64b026215965
|
||||
k8s.io/apimachinery v0.0.0-20230612171306-38152d47d786
|
||||
k8s.io/client-go v0.0.0-20230705183358-8d8e2bc8c982
|
||||
k8s.io/code-generator v0.0.0-20230705153058-ad209354fb6b
|
||||
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.90.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.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.7.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-20230705181702-64b026215965
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230612171306-38152d47d786
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20230705183358-8d8e2bc8c982
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230705153058-ad209354fb6b
|
||||
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