1
1
module github.com/k8sgpt-ai/k8sgpt
2
2
3
- go 1.22.1
3
+ go 1.22.5
4
4
5
5
toolchain go1.23.1
6
6
@@ -14,13 +14,13 @@ require (
14
14
github.com/sashabaranov/go-openai v1.23.0
15
15
github.com/schollz/progressbar/v3 v3.15.0
16
16
github.com/spf13/cobra v1.8.1
17
- github.com/spf13/viper v1.18.2
17
+ github.com/spf13/viper v1.19.0
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.11.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
@@ -57,7 +57,6 @@ require (
57
57
atomicgo.dev/cursor v0.2.0 // indirect
58
58
atomicgo.dev/keyboard v0.2.9 // indirect
59
59
atomicgo.dev/schedule v0.1.0 // indirect
60
- buf.build/gen/go/k8sgpt-ai/k8sgpt/connectrpc/go v1.17.0-20240920204244-7a91c8620515.1 // indirect
61
60
cloud.google.com/go v0.115.0 // indirect
62
61
cloud.google.com/go/ai v0.3.5-0.20240409161017-ce55ad694f21 // indirect
63
62
cloud.google.com/go/aiplatform v1.68.0 // indirect
@@ -79,6 +78,7 @@ require (
79
78
github.com/distribution/reference v0.6.0 // indirect
80
79
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
81
80
github.com/felixge/httpsnoop v1.0.4 // indirect
81
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
82
82
github.com/go-kit/log v0.2.1 // indirect
83
83
github.com/go-logfmt/logfmt v0.6.0 // indirect
84
84
github.com/gofrs/flock v0.12.1 // indirect
@@ -99,17 +99,17 @@ require (
99
99
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
100
100
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
101
101
github.com/prometheus/common/sigv4 v0.1.0 // indirect
102
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
102
+ github.com/sagikazarmark/locafero v0.6 .0 // indirect
103
103
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
104
104
github.com/segmentio/fasthash v1.0.3 // indirect
105
105
github.com/sony/gobreaker v0.5.0 // indirect
106
106
github.com/sourcegraph/conc v0.3.0 // indirect
107
+ github.com/x448/float16 v0.8.4 // indirect
107
108
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
108
109
go.opencensus.io v0.24.0 // indirect
109
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
110
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
111
- go.opentelemetry.io/otel/metric v1.27.0 // indirect
112
- golang.org/x/tools v0.24.0 // indirect
110
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
111
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
112
+ go.opentelemetry.io/otel/metric v1.28.0 // indirect
113
113
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
114
114
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
115
115
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
@@ -196,21 +196,21 @@ require (
196
196
github.com/mitchellh/mapstructure v1.5.0 // indirect
197
197
github.com/mitchellh/reflectwalk v1.0.2 // indirect
198
198
github.com/moby/locker v1.0.1 // indirect
199
- github.com/moby/spdystream v0.2 .0 // indirect
199
+ github.com/moby/spdystream v0.4 .0 // indirect
200
200
github.com/moby/term v0.5.0 // indirect
201
201
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
202
202
github.com/modern-go/reflect2 v1.0.2 // indirect
203
203
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
204
204
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
205
205
github.com/opencontainers/go-digest v1.0.0 // indirect
206
206
github.com/opencontainers/image-spec v1.1.0 // indirect
207
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
207
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
208
208
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
209
209
github.com/pkg/errors v0.9.1 // indirect
210
210
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
211
- github.com/prometheus/client_golang v1.19.1
211
+ github.com/prometheus/client_golang v1.20.2
212
212
github.com/prometheus/client_model v0.6.1 // indirect
213
- github.com/prometheus/common v0.54 .0 // indirect
213
+ github.com/prometheus/common v0.55 .0 // indirect
214
214
github.com/prometheus/procfs v0.15.1 // indirect
215
215
github.com/rivo/uniseg v0.4.7 // indirect
216
216
github.com/robfig/cron/v3 v3.0.1
@@ -221,37 +221,37 @@ require (
221
221
github.com/sirupsen/logrus v1.9.3 // indirect
222
222
github.com/spdx/tools-golang v0.5.3 // indirect
223
223
github.com/spf13/afero v1.11.0 // indirect
224
- github.com/spf13/cast v1.6 .0 // indirect
224
+ github.com/spf13/cast v1.7 .0 // indirect
225
225
github.com/spf13/pflag v1.0.5 // indirect
226
226
github.com/subosito/gotenv v1.6.0 // indirect
227
227
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
228
228
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
229
229
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
230
230
github.com/xlab/treeprint v1.2.0 // indirect
231
- go.opentelemetry.io/otel v1.27 .0 // indirect
232
- go.opentelemetry.io/otel/trace v1.27 .0 // indirect
231
+ go.opentelemetry.io/otel v1.28 .0 // indirect
232
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
233
233
go.starlark.net v0.0.0-20240520160348-046347dcd104 // indirect
234
234
go.uber.org/multierr v1.11.0 // indirect
235
235
go.uber.org/zap v1.27.0
236
236
golang.org/x/crypto v0.26.0 // indirect
237
- golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
237
+ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
238
238
golang.org/x/net v0.28.0
239
239
golang.org/x/oauth2 v0.22.0 // indirect
240
240
golang.org/x/sync v0.8.0 // indirect
241
241
golang.org/x/sys v0.25.0 // indirect
242
242
golang.org/x/text v0.17.0 // indirect
243
- golang.org/x/time v0.5 .0 // indirect
243
+ golang.org/x/time v0.6 .0 // indirect
244
244
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
245
- google.golang.org/grpc v1.64.1
245
+ google.golang.org/grpc v1.65.0
246
246
google.golang.org/protobuf v1.34.2 // indirect
247
247
gopkg.in/inf.v0 v0.9.1 // indirect
248
248
gopkg.in/ini.v1 v1.67.0 // indirect
249
- k8s.io/apiextensions-apiserver v0.30.3
250
- k8s.io/apiserver v0.30.3 // indirect
249
+ k8s.io/apiextensions-apiserver v0.31.0
250
+ k8s.io/apiserver v0.31.0 // indirect
251
251
k8s.io/cli-runtime v0.30.3 // indirect
252
- k8s.io/component-base v0.30.3 // indirect
253
- k8s.io/klog/v2 v2.120 .1 // indirect
254
- k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
252
+ k8s.io/component-base v0.31.0 // indirect
253
+ k8s.io/klog/v2 v2.130 .1 // indirect
254
+ k8s.io/kube-openapi v0.0.0-20240822171749-76de80e0abd9 // indirect
255
255
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
256
256
oras.land/oras-go v1.2.5 // indirect
257
257
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments