File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ require (
21
21
github.com/kcp-dev/logicalcluster/v3 v3.0.5
22
22
github.com/openmfp/account-operator v0.169.13
23
23
github.com/openmfp/golang-commons v0.147.8
24
+ github.com/pkg/errors v0.9.1
24
25
github.com/rs/zerolog v1.34.0
25
26
github.com/spf13/cobra v1.9.1
26
27
github.com/spf13/viper v1.20.1
@@ -32,7 +33,7 @@ require (
32
33
k8s.io/apiextensions-apiserver v0.32.4
33
34
k8s.io/apimachinery v0.32.4
34
35
k8s.io/client-go v0.32.4
35
- k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
36
+ k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a
36
37
sigs.k8s.io/controller-runtime v0.21.0
37
38
)
38
39
@@ -82,7 +83,6 @@ require (
82
83
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
83
84
github.com/onsi/gomega v1.35.1 // indirect
84
85
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
85
- github.com/pkg/errors v0.9.1 // indirect
86
86
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
87
87
github.com/prometheus/client_golang v1.20.5 // indirect
88
88
github.com/prometheus/client_model v0.6.1 // indirect
Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ k8s.io/component-base v0.32.4 h1:HuF+2JVLbFS5GODLIfPCb1Td6b+G2HszJoArcWOSr5I=
317
317
k8s.io/component-base v0.32.4 /go.mod h1:10KloJEYw1keU/Xmjfy9TKJqUq7J2mYdiD1VDXoco4o =
318
318
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
319
319
k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
320
- k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff h1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4 =
321
- k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff /go.mod h1:5jIi+8yX4RIb8wk3XwBo5Pq2ccx4FP10ohkbSKCZoK8 =
320
+ k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a h1:ZV3Zr+/7s7aVbjNGICQt+ppKWsF1tehxggNfbM7XnG8 =
321
+ k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a /go.mod h1:5jIi+8yX4RIb8wk3XwBo5Pq2ccx4FP10ohkbSKCZoK8 =
322
322
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y =
323
323
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
324
324
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.1 h1:uOuSLOMBWkJH0TWa9X6l+mj5nZdm6Ay6Bli8HL8rNfk =
You can’t perform that action at this time.
0 commit comments