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