@@ -7,7 +7,7 @@ toolchain go1.22.5
7
7
require (
8
8
github.com/mittwald/go-helm-client v0.12.10
9
9
helm.sh/helm/v3 v3.15.3
10
- k8s.io/client-go v0.30.3
10
+ k8s.io/client-go v0.31.0
11
11
)
12
12
13
13
require (
@@ -43,6 +43,7 @@ require (
43
43
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
44
44
github.com/fatih/color v1.17.0 // indirect
45
45
github.com/felixge/httpsnoop v1.0.4 // indirect
46
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
46
47
github.com/go-errors/errors v1.5.1 // indirect
47
48
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
48
49
github.com/go-logr/logr v1.4.2 // indirect
@@ -108,6 +109,7 @@ require (
108
109
github.com/spf13/cast v1.6.0 // indirect
109
110
github.com/spf13/cobra v1.8.1 // indirect
110
111
github.com/spf13/pflag v1.0.5 // indirect
112
+ github.com/x448/float16 v0.8.4 // indirect
111
113
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
112
114
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
113
115
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -135,9 +137,9 @@ require (
135
137
gopkg.in/inf.v0 v0.9.1 // indirect
136
138
gopkg.in/yaml.v2 v2.4.0 // indirect
137
139
gopkg.in/yaml.v3 v3.0.1 // indirect
138
- k8s.io/api v0.30.3 // indirect
140
+ k8s.io/api v0.31.0 // indirect
139
141
k8s.io/apiextensions-apiserver v0.30.3 // indirect
140
- k8s.io/apimachinery v0.30.3 // indirect
142
+ k8s.io/apimachinery v0.31.0 // indirect
141
143
k8s.io/apiserver v0.30.3 // indirect
142
144
k8s.io/cli-runtime v0.30.3 // indirect
143
145
k8s.io/component-base v0.30.3 // indirect
0 commit comments