add supported k8s version check

This commit is contained in:
2025-08-09 17:00:02 +03:00
parent 5e8b03ff10
commit 5466c3e36f
4 changed files with 57 additions and 8 deletions

2
go.mod
View File

@@ -14,7 +14,6 @@ require (
github.com/mittwald/go-helm-client v0.12.17
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.9.1
golang.org/x/crypto v0.35.0
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.17.1
)
@@ -128,6 +127,7 @@ require (
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect