|
|
@ -3,6 +3,7 @@ module helm.sh/helm/v3
|
|
|
|
go 1.22.0
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
|
|
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
|
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/BurntSushi/toml v1.4.0
|
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.2
|
|
|
|
github.com/Masterminds/semver/v3 v3.3.0
|
|
|
|
github.com/Masterminds/semver/v3 v3.3.0
|
|
|
@ -35,7 +36,7 @@ require (
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
golang.org/x/crypto v0.27.0
|
|
|
|
golang.org/x/crypto v0.27.0
|
|
|
|
golang.org/x/term v0.24.0
|
|
|
|
golang.org/x/term v0.24.0
|
|
|
|
golang.org/x/text v0.18.0
|
|
|
|
golang.org/x/text v0.19.0
|
|
|
|
k8s.io/api v0.31.1
|
|
|
|
k8s.io/api v0.31.1
|
|
|
|
k8s.io/apiextensions-apiserver v0.31.1
|
|
|
|
k8s.io/apiextensions-apiserver v0.31.1
|
|
|
|
k8s.io/apimachinery v0.31.1
|
|
|
|
k8s.io/apimachinery v0.31.1
|
|
|
@ -50,7 +51,6 @@ require (
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
|
|
|
|
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|