mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-06-26 00:00:07 +08:00
move httpcache to third_party/forked
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Kubernetes-commit: ab1ffaf12e243798df20a5c98192b8d108ba9a9b
This commit is contained in:
committed by
Kubernetes Publisher
parent
adad5a9caa
commit
3b66c2e73c
@@ -8,10 +8,10 @@ godebug default=go1.25
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.9.0
|
||||
k8s.io/api v0.0.0-20251218022515-cc3b8d55eb43
|
||||
k8s.io/apimachinery v0.0.0-20251218022201-cec5dd05301e
|
||||
k8s.io/client-go v0.0.0-20251218022938-0d964cc38634
|
||||
k8s.io/code-generator v0.0.0-20251218023844-9e814c2dceb6
|
||||
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.130.1
|
||||
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
|
||||
)
|
||||
@@ -56,3 +56,10 @@ require (
|
||||
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
||||
sigs.k8s.io/yaml v1.6.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user