|
|
|
@ -31,10 +31,10 @@ require (
|
|
|
|
|
github.com/spf13/cobra v1.9.1
|
|
|
|
|
github.com/spf13/pflag v1.0.7
|
|
|
|
|
github.com/stretchr/testify v1.10.0
|
|
|
|
|
go.yaml.in/yaml/v3 v3.0.4
|
|
|
|
|
golang.org/x/crypto v0.40.0
|
|
|
|
|
golang.org/x/term v0.33.0
|
|
|
|
|
golang.org/x/text v0.27.0
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
k8s.io/api v0.33.3
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.33.3
|
|
|
|
|
k8s.io/apimachinery v0.33.3
|
|
|
|
@ -156,7 +156,6 @@ require (
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.37.0 // indirect
|
|
|
|
|
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
|
|
|
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
|
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
|
|
|
golang.org/x/mod v0.25.0 // indirect
|
|
|
|
|
golang.org/x/net v0.41.0 // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.30.0 // indirect
|
|
|
|
@ -171,6 +170,7 @@ require (
|
|
|
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
k8s.io/component-base v0.33.3 // indirect
|
|
|
|
|
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
|
|
|
|
|
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
|
|
|
|
|