mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
vendor: bump k8s.io/util to get fix for LRU cache
This updates the k8s.io/util to pull in the fix for https://github.com/kubernetes/kubernetes/issues/104452. Commands run: ./hack/pin-dependency.sh k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a ./hack/update-vendor.sh Kubernetes-commit: c2532351525c2822daab61303eb4f94942a017e6
This commit is contained in:
committed by
Kubernetes Publisher
parent
5b8a7d4557
commit
f4606ab4ba
@@ -5,16 +5,17 @@ module k8s.io/sample-controller
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20210817200411-f6e49805ed5a
|
||||
k8s.io/apimachinery v0.0.0-20210817200207-02cfb5391634
|
||||
k8s.io/client-go v0.0.0-20210817200704-2961e1de2c13
|
||||
k8s.io/code-generator v0.0.0-20210817200016-7edd0050705a
|
||||
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.9.0
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20210817200411-f6e49805ed5a
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20210817200207-02cfb5391634
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20210817200704-2961e1de2c13
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20210817200016-7edd0050705a
|
||||
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