|
|
@ -1,6 +1,6 @@
|
|
|
|
module helm.sh/helm/v3
|
|
|
|
module helm.sh/helm/v3
|
|
|
|
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.1.0
|
|
|
|
github.com/BurntSushi/toml v1.1.0
|
|
|
@ -33,6 +33,7 @@ require (
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
|
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
|
|
|
|
golang.org/x/text v0.3.7
|
|
|
|
k8s.io/api v0.24.1
|
|
|
|
k8s.io/api v0.24.1
|
|
|
|
k8s.io/apiextensions-apiserver v0.24.1
|
|
|
|
k8s.io/apiextensions-apiserver v0.24.1
|
|
|
|
k8s.io/apimachinery v0.24.1
|
|
|
|
k8s.io/apimachinery v0.24.1
|
|
|
@ -147,7 +148,6 @@ require (
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
|
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
|
|
|
|