File tree 2 files changed +15
-157
lines changed
2 files changed +15
-157
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ require (
52
52
gopkg.in/evanphx/json-patch.v4 v4.12.0
53
53
gopkg.in/natefinch/lumberjack.v2 v2.2.1
54
54
gopkg.in/square/go-jose.v2 v2.6.0
55
- k8s.io/api v0.0.0
56
- k8s.io/apimachinery v0.0.0
57
- k8s.io/client-go v0.0.0
58
- k8s.io/component-base v0.0.0
55
+ k8s.io/api v0.0.0-20241206182328-b0543a351f7c
56
+ k8s.io/apimachinery v0.0.0-20241206181855-59e9003f02d6
57
+ k8s.io/client-go v0.0.0-20241206183707-4765adee376d
58
+ k8s.io/component-base v0.0.0-20241206184937-e168b31aab46
59
59
k8s.io/klog/v2 v2.130.1
60
- k8s.io/kms v0.0.0
60
+ k8s.io/kms v0.0.0-20241206185346-613a31f60a08
61
61
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
62
62
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
63
63
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0
@@ -125,11 +125,3 @@ require (
125
125
gopkg.in/inf.v0 v0.9.1 // indirect
126
126
gopkg.in/yaml.v3 v3.0.1 // indirect
127
127
)
128
-
129
- replace (
130
- k8s.io/api => ../api
131
- k8s.io/apimachinery => ../apimachinery
132
- k8s.io/client-go => ../client-go
133
- k8s.io/component-base => ../component-base
134
- k8s.io/kms => ../kms
135
- )
You can’t perform that action at this time.
0 commit comments