@@ -5,49 +5,49 @@ go 1.23.3
5
5
require (
6
6
github.com/aquasecurity/trivy-operator v0.22.0
7
7
github.com/fatih/color v1.18.0
8
- github.com/kedacore/keda/v2 v2.16.0
8
+ github.com/kedacore/keda/v2 v2.16.1
9
9
github.com/magiconair/properties v1.8.9
10
- github.com/mittwald/go-helm-client v0.12.14
11
- github.com/ollama/ollama v0.5.1
12
- github.com/sashabaranov/go-openai v1.36.0
10
+ github.com/mittwald/go-helm-client v0.12.16
11
+ github.com/ollama/ollama v0.5.4
12
+ github.com/sashabaranov/go-openai v1.36.1
13
13
github.com/schollz/progressbar/v3 v3.17.1
14
14
github.com/spf13/cobra v1.8.1
15
15
github.com/spf13/viper v1.19.0
16
16
github.com/stretchr/testify v1.10.0
17
- golang.org/x/term v0.27 .0
18
- helm.sh/helm/v3 v3.16.3
19
- k8s.io/api v0.31.3
20
- k8s.io/apimachinery v0.31.3
21
- k8s.io/client-go v0.31.3
17
+ golang.org/x/term v0.28 .0
18
+ helm.sh/helm/v3 v3.16.4
19
+ k8s.io/api v0.32.0
20
+ k8s.io/apimachinery v0.32.0
21
+ k8s.io/client-go v0.32.0
22
22
k8s.io/kubectl v0.31.1 // indirect
23
23
24
24
)
25
25
26
26
require github.com/adrg/xdg v0.5.3
27
27
28
28
require (
29
- buf.build/gen/go/interplex-ai/schemas/grpc/go v1.5.1-20241117203254-a91193b62179.1
30
- buf.build/gen/go/interplex-ai/schemas/protocolbuffers/go v1.35.2 -20241117203254-a91193b62179.1
31
- buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 v2.24.0 -20241118152629-1379a5a1889d.1
32
- buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20241118152629-1379a5a1889d.1
33
- buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.35.2 -20241118152629-1379a5a1889d.1
34
- cloud.google.com/go/storage v1.48 .0
35
- cloud.google.com/go/vertexai v0.13.2
29
+ buf.build/gen/go/interplex-ai/schemas/grpc/go v1.5.1-20241117203254-a91193b62179.2
30
+ buf.build/gen/go/interplex-ai/schemas/protocolbuffers/go v1.36.1 -20241117203254-a91193b62179.1
31
+ buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 v2.25.1 -20241118152629-1379a5a1889d.1
32
+ buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20241118152629-1379a5a1889d.2
33
+ buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.36.1 -20241118152629-1379a5a1889d.1
34
+ cloud.google.com/go/storage v1.49 .0
35
+ cloud.google.com/go/vertexai v0.13.3
36
36
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
37
37
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
38
38
github.com/IBM/watsonx-go v1.0.1
39
39
github.com/aws/aws-sdk-go v1.55.5
40
- github.com/cohere-ai/cohere-go/v2 v2.12.2
40
+ github.com/cohere-ai/cohere-go/v2 v2.12.4
41
41
github.com/go-logr/zapr v1.3.0
42
42
github.com/google/generative-ai-go v0.19.0
43
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
43
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
44
44
github.com/hupe1980/go-huggingface v0.0.15
45
45
github.com/kyverno/policy-reporter-kyverno-plugin v1.6.4
46
46
github.com/olekukonko/tablewriter v0.0.5
47
- github.com/oracle/oci-go-sdk/v65 v65.79.0
48
- github.com/prometheus/prometheus v0.300.1
47
+ github.com/oracle/oci-go-sdk/v65 v65.81.1
48
+ github.com/prometheus/prometheus v0.301.0
49
49
github.com/pterm/pterm v0.12.80
50
- google.golang.org/api v0.210 .0
50
+ google.golang.org/api v0.214 .0
51
51
gopkg.in/yaml.v2 v2.4.0
52
52
sigs.k8s.io/controller-runtime v0.19.3
53
53
sigs.k8s.io/gateway-api v1.2.1
@@ -313,11 +313,11 @@ require (
313
313
golang.org/x/text v0.21.0 // indirect
314
314
golang.org/x/time v0.8.0 // indirect
315
315
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
316
- google.golang.org/grpc v1.68.1
316
+ google.golang.org/grpc v1.69.2
317
317
google.golang.org/protobuf v1.35.2 // indirect
318
318
gopkg.in/inf.v0 v0.9.1 // indirect
319
319
gopkg.in/ini.v1 v1.67.0 // indirect
320
- k8s.io/apiextensions-apiserver v0.31.3
320
+ k8s.io/apiextensions-apiserver v0.32.0
321
321
k8s.io/apiserver v0.31.3 // indirect
322
322
k8s.io/cli-runtime v0.31.1 // indirect
323
323
k8s.io/component-base v0.31.3 // indirect
@@ -335,4 +335,4 @@ require (
335
335
// v1.2.0 is taken from github.com/open-policy-agent/opa v0.42.0
336
336
// v1.2.0 incompatible with github.com/docker/docker v23.0.0-rc.1+incompatible
337
337
// replace oras.land/oras-go => oras.land/oras-go v1.2.4
338
- replace github.com/docker/docker => github.com/docker/docker v27.4.0 +incompatible
338
+ replace github.com/docker/docker => github.com/docker/docker v27.4.1 +incompatible
0 commit comments