1
1
module github.com/k8sgpt-ai/k8sgpt
2
2
3
- go 1.22.3
3
+ go 1.22.5
4
4
5
5
toolchain go1.23.2
6
6
@@ -18,9 +18,9 @@ require (
18
18
github.com/stretchr/testify v1.9.0
19
19
golang.org/x/term v0.24.0
20
20
helm.sh/helm/v3 v3.15.4
21
- k8s.io/api v0.30.3
22
- k8s.io/apimachinery v0.30.3
23
- k8s.io/client-go v0.30.3
21
+ k8s.io/api v0.31.0
22
+ k8s.io/apimachinery v0.31.0
23
+ k8s.io/client-go v0.31.0
24
24
k8s.io/kubectl v0.30.3 // indirect
25
25
26
26
)
@@ -42,7 +42,7 @@ require (
42
42
github.com/google/generative-ai-go v0.18.0
43
43
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
44
44
github.com/hupe1980/go-huggingface v0.0.15
45
- github.com/kyverno/policy-reporter-kyverno-plugin v1.6.3
45
+ github.com/kyverno/policy-reporter-kyverno-plugin v1.6.4
46
46
github.com/olekukonko/tablewriter v0.0.5
47
47
github.com/oracle/oci-go-sdk/v65 v65.65.1
48
48
github.com/prometheus/prometheus v0.53.1
@@ -107,6 +107,7 @@ require (
107
107
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
108
108
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
109
109
github.com/felixge/httpsnoop v1.0.4 // indirect
110
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
110
111
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
111
112
github.com/go-git/go-billy/v5 v5.5.0 // indirect
112
113
github.com/go-git/go-git/v5 v5.12.0 // indirect
@@ -157,7 +158,7 @@ require (
157
158
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
158
159
github.com/prometheus/common/sigv4 v0.1.0 // indirect
159
160
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
160
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
161
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
161
162
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
162
163
github.com/segmentio/fasthash v1.0.3 // indirect
163
164
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
@@ -167,6 +168,7 @@ require (
167
168
github.com/stretchr/objx v0.5.2 // indirect
168
169
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
169
170
github.com/ulikunitz/xz v0.5.11 // indirect
171
+ github.com/x448/float16 v0.8.4 // indirect
170
172
github.com/xanzy/ssh-agent v0.3.3 // indirect
171
173
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
172
174
github.com/yashtewari/glob-intersection v0.2.0 // indirect
@@ -268,21 +270,21 @@ require (
268
270
github.com/mitchellh/mapstructure v1.5.0 // indirect
269
271
github.com/mitchellh/reflectwalk v1.0.2 // indirect
270
272
github.com/moby/locker v1.0.1 // indirect
271
- github.com/moby/spdystream v0.2 .0 // indirect
273
+ github.com/moby/spdystream v0.4 .0 // indirect
272
274
github.com/moby/term v0.5.0 // indirect
273
275
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
274
276
github.com/modern-go/reflect2 v1.0.2 // indirect
275
277
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
276
278
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
277
279
github.com/opencontainers/go-digest v1.0.0 // indirect
278
280
github.com/opencontainers/image-spec v1.1.0 // indirect
279
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
281
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
280
282
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
281
283
github.com/pkg/errors v0.9.1 // indirect
282
284
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
283
- github.com/prometheus/client_golang v1.19.1
285
+ github.com/prometheus/client_golang v1.20.2
284
286
github.com/prometheus/client_model v0.6.1 // indirect
285
- github.com/prometheus/common v0.54 .0 // indirect
287
+ github.com/prometheus/common v0.55 .0 // indirect
286
288
github.com/prometheus/procfs v0.15.1 // indirect
287
289
github.com/rivo/uniseg v0.4.7 // indirect
288
290
github.com/robfig/cron/v3 v3.0.1
@@ -292,7 +294,7 @@ require (
292
294
github.com/shopspring/decimal v1.4.0 // indirect
293
295
github.com/sirupsen/logrus v1.9.3 // indirect
294
296
github.com/spf13/afero v1.11.0 // indirect
295
- github.com/spf13/cast v1.6 .0 // indirect
297
+ github.com/spf13/cast v1.7 .0 // indirect
296
298
github.com/spf13/pflag v1.0.5 // indirect
297
299
github.com/subosito/gotenv v1.6.0 // indirect
298
300
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -305,7 +307,7 @@ require (
305
307
go.uber.org/multierr v1.11.0 // indirect
306
308
go.uber.org/zap v1.27.0
307
309
golang.org/x/crypto v0.27.0 // indirect
308
- golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
310
+ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
309
311
golang.org/x/net v0.29.0
310
312
golang.org/x/oauth2 v0.23.0 // indirect
311
313
golang.org/x/sync v0.8.0 // indirect
@@ -317,12 +319,12 @@ require (
317
319
google.golang.org/protobuf v1.35.1 // indirect
318
320
gopkg.in/inf.v0 v0.9.1 // indirect
319
321
gopkg.in/ini.v1 v1.67.0 // indirect
320
- k8s.io/apiextensions-apiserver v0.30.3
321
- k8s.io/apiserver v0.30.3 // indirect
322
+ k8s.io/apiextensions-apiserver v0.31.0
323
+ k8s.io/apiserver v0.31.0 // indirect
322
324
k8s.io/cli-runtime v0.30.3 // indirect
323
- k8s.io/component-base v0.30.3 // indirect
324
- k8s.io/klog/v2 v2.120 .1 // indirect
325
- k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
325
+ k8s.io/component-base v0.31.0 // indirect
326
+ k8s.io/klog/v2 v2.130 .1 // indirect
327
+ k8s.io/kube-openapi v0.0.0-20240822171749-76de80e0abd9 // indirect
326
328
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
327
329
oras.land/oras-go v1.2.5 // indirect
328
330
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments