File tree Expand file tree Collapse file tree 2 files changed +18
-92
lines changed Expand file tree Collapse file tree 2 files changed +18
-92
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ require (
11
11
github.com/gogo/protobuf v1.3.2
12
12
github.com/stretchr/testify v1.9.0
13
13
google.golang.org/grpc v1.65.0
14
- k8s.io/api v0.0.0
15
- k8s.io/apimachinery v0.0.0
16
- k8s.io/apiserver v0.0.0
17
- k8s.io/client-go v0.0.0
18
- k8s.io/component-base v0.0.0
19
- k8s.io/cri-api v0.0.0
14
+ k8s.io/api v0.0.0-20241108114318-6cc44b8953ae
15
+ k8s.io/apimachinery v0.0.0-20241108022104-96b97de8d6ba
16
+ k8s.io/apiserver v0.0.0-20241108130139-3423727e46ef
17
+ k8s.io/client-go v0.0.0-20241108175443-37045084c2aa
18
+ k8s.io/component-base v0.0.0-20241108211412-55c45bc78189
19
+ k8s.io/cri-api v0.0.0-20241107034520-f9fb3fa09445
20
20
k8s.io/klog/v2 v2.130.1
21
21
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
22
22
)
@@ -63,13 +63,3 @@ require (
63
63
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
64
64
sigs.k8s.io/yaml v1.4.0 // indirect
65
65
)
66
-
67
- replace (
68
- k8s.io/api => ../api
69
- k8s.io/apimachinery => ../apimachinery
70
- k8s.io/apiserver => ../apiserver
71
- k8s.io/client-go => ../client-go
72
- k8s.io/component-base => ../component-base
73
- k8s.io/cri-api => ../cri-api
74
- k8s.io/kms => ../kms
75
- )
You can’t perform that action at this time.
0 commit comments