File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace (
9
9
github.com/graphql-go/handler => github.com/vertex451/handler v0.0.0-20250124125145-ed328e3cf42a
10
10
k8s.io/api => k8s.io/api v0.33.3
11
11
k8s.io/apimachinery => k8s.io/apimachinery v0.33.3
12
- k8s.io/client-go => k8s.io/client-go v0.32.4
12
+ k8s.io/client-go => k8s.io/client-go v0.33.3
13
13
sigs.k8s.io/controller-runtime => github.com/kcp-dev/controller-runtime v0.19.0-kcp.1.0.20250129100209-5eaf4c7b6056
14
14
)
15
15
@@ -68,7 +68,6 @@ require (
68
68
github.com/go-openapi/swag v0.23.0 // indirect
69
69
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
70
70
github.com/gogo/protobuf v1.3.2 // indirect
71
- github.com/golang/protobuf v1.5.4 // indirect
72
71
github.com/google/cel-go v0.25.0 // indirect
73
72
github.com/google/go-cmp v0.7.0 // indirect
74
73
github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ k8s.io/apimachinery v0.33.3 h1:4ZSrmNa0c/ZpZJhAgRdcsFcZOw1PQU1bALVQ0B3I5LA=
315
315
k8s.io/apimachinery v0.33.3 /go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM =
316
316
k8s.io/apiserver v0.33.3 h1:Wv0hGc+QFdMJB4ZSiHrCgN3zL3QRatu56+rpccKC3J4 =
317
317
k8s.io/apiserver v0.33.3 /go.mod h1:05632ifFEe6TxwjdAIrwINHWE2hLwyADFk5mBsQa15E =
318
- k8s.io/client-go v0.32.4 h1:zaGJS7xoYOYumoWIFXlcVrsiYioRPrXGO7dBfVC5R6M =
319
- k8s.io/client-go v0.32.4 /go.mod h1:k0jftcyYnEtwlFW92xC7MTtFv5BNcZBr+zn9jPlT9Ic =
318
+ k8s.io/client-go v0.33.3 h1:M5AfDnKfYmVJif92ngN532gFqakcGi6RvaOF16efrpA =
319
+ k8s.io/client-go v0.33.3 /go.mod h1:luqKBQggEf3shbxHY4uVENAxrDISLOarxpTKMiUuujg =
320
320
k8s.io/component-base v0.33.3 h1:mlAuyJqyPlKZM7FyaoM/LcunZaaY353RXiOd2+B5tGA =
321
321
k8s.io/component-base v0.33.3 /go.mod h1:ktBVsBzkI3imDuxYXmVxZ2zxJnYTZ4HAsVj9iF09qp4 =
322
322
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
You can’t perform that action at this time.
0 commit comments