File tree Expand file tree Collapse file tree 2 files changed +15
-152
lines changed Expand file tree Collapse file tree 2 files changed +15
-152
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ require (
43
43
google.golang.org/protobuf v1.33.0
44
44
gopkg.in/natefinch/lumberjack.v2 v2.2.1
45
45
gopkg.in/square/go-jose.v2 v2.6.0
46
- k8s.io/api v0.0.0
47
- k8s.io/apimachinery v0.0.0
48
- k8s.io/client-go v0.0.0
49
- k8s.io/component-base v0.0.0
46
+ k8s.io/api v0.0.0-20240405200954-d014286182f6
47
+ k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16
48
+ k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f
49
+ k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102
50
50
k8s.io/klog/v2 v2.120.1
51
- k8s.io/kms v0.0.0
51
+ k8s.io/kms v0.0.0-20240405202036-6673ad0cfb8f
52
52
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
53
53
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
54
54
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0
@@ -123,12 +123,3 @@ require (
123
123
gopkg.in/yaml.v2 v2.4.0 // indirect
124
124
gopkg.in/yaml.v3 v3.0.1 // indirect
125
125
)
126
-
127
- replace (
128
- k8s.io/api => ../api
129
- k8s.io/apimachinery => ../apimachinery
130
- k8s.io/apiserver => ../apiserver
131
- k8s.io/client-go => ../client-go
132
- k8s.io/component-base => ../component-base
133
- k8s.io/kms => ../kms
134
- )
You can’t perform that action at this time.
0 commit comments