mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-06-07 00:05:04 +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: fc7c951d5a5b8b75dfa105e3bea7bbddaf4c792e
This commit is contained in:
committed by
Kubernetes Publisher
parent
af3feae5eb
commit
ba16920ba5
@@ -5,10 +5,10 @@ module k8s.io/sample-controller
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20231010150909-f17c8484434a
|
||||
k8s.io/apimachinery v0.0.0-20231010150639-67d44f9b1fe3
|
||||
k8s.io/client-go v0.0.0-20231010151251-9518c802be13
|
||||
k8s.io/code-generator v0.0.0-20231010150419-1882150924fd
|
||||
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.12.0 // indirect
|
||||
golang.org/x/net v0.14.0 // indirect
|
||||
golang.org/x/net v0.17.0 // indirect
|
||||
golang.org/x/oauth2 v0.8.0 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
golang.org/x/term v0.11.0 // indirect
|
||||
golang.org/x/text v0.12.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.3.0 // indirect
|
||||
golang.org/x/tools v0.12.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-20231010150909-f17c8484434a
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20231010150639-67d44f9b1fe3
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20231010151251-9518c802be13
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20231010150419-1882150924fd
|
||||
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