@@ -8,48 +8,47 @@ require (
8
8
github.com/kedacore/keda/v2 v2.16.0
9
9
github.com/magiconair/properties v1.8.7
10
10
github.com/mittwald/go-helm-client v0.12.14
11
- github.com/ollama/ollama v0.4.2
12
- github.com/sashabaranov/go-openai v1.35.6
11
+ github.com/ollama/ollama v0.4.7
12
+ github.com/sashabaranov/go-openai v1.36.0
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
- github.com/stretchr/testify v1.9 .0
16
+ github.com/stretchr/testify v1.10 .0
17
17
golang.org/x/term v0.26.0
18
18
helm.sh/helm/v3 v3.16.3
19
- k8s.io/api v0.31.2
20
- k8s.io/apimachinery v0.31.2
21
- k8s.io/client-go v0.31.2
19
+ k8s.io/api v0.31.3
20
+ k8s.io/apimachinery v0.31.3
21
+ k8s.io/client-go v0.31.3
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/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 v2.23 .0-20240920204244-7a91c8620515 .1
30
- buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20240920204244-7a91c8620515 .1
31
- buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.35.2-20240920204244-7a91c8620515 .1
29
+ buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 v2.24 .0-20241118152629-1379a5a1889d .1
30
+ buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go v1.5.1-20241118152629-1379a5a1889d .1
31
+ buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go v1.35.2-20241118152629-1379a5a1889d .1
32
32
cloud.google.com/go/storage v1.47.0
33
33
cloud.google.com/go/vertexai v0.13.2
34
34
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
35
35
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
36
36
github.com/IBM/watsonx-go v1.0.1
37
37
github.com/aws/aws-sdk-go v1.55.5
38
- github.com/cohere-ai/cohere-go/v2 v2.12.0
38
+ github.com/cohere-ai/cohere-go/v2 v2.12.2
39
39
github.com/go-logr/zapr v1.3.0
40
40
github.com/google/generative-ai-go v0.18.0
41
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.23 .0
41
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24 .0
42
42
github.com/hupe1980/go-huggingface v0.0.15
43
43
github.com/kyverno/policy-reporter-kyverno-plugin v1.6.4
44
44
github.com/olekukonko/tablewriter v0.0.5
45
- github.com/oracle/oci-go-sdk/v65 v65.78.1
46
- github.com/prometheus/prometheus v0.300.0
47
- github.com/pterm/pterm v0.12.79
48
- google.golang.org/api v0.206 .0
45
+ github.com/oracle/oci-go-sdk/v65 v65.79.0
46
+ github.com/prometheus/prometheus v0.300.1
47
+ github.com/pterm/pterm v0.12.80
48
+ google.golang.org/api v0.209 .0
49
49
gopkg.in/yaml.v2 v2.4.0
50
- gopkg.in/yaml.v3 v3.0.1
51
- sigs.k8s.io/controller-runtime v0.19.1
52
- sigs.k8s.io/gateway-api v1.2.0
50
+ sigs.k8s.io/controller-runtime v0.19.2
51
+ sigs.k8s.io/gateway-api v1.2.1
53
52
)
54
53
55
54
require (
@@ -182,12 +181,13 @@ require (
182
181
golang.org/x/mod v0.21.0 // indirect
183
182
golang.org/x/tools v0.26.0 // indirect
184
183
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
185
- google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
186
- google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
187
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
184
+ google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
185
+ google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
186
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
188
187
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
189
188
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
190
189
gopkg.in/warnings.v0 v0.1.2 // indirect
190
+ gopkg.in/yaml.v3 v3.0.1 // indirect
191
191
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 // indirect
192
192
mvdan.cc/sh/v3 v3.8.0 // indirect
193
193
)
@@ -315,10 +315,10 @@ require (
315
315
google.golang.org/protobuf v1.35.2 // indirect
316
316
gopkg.in/inf.v0 v0.9.1 // indirect
317
317
gopkg.in/ini.v1 v1.67.0 // indirect
318
- k8s.io/apiextensions-apiserver v0.31.2
319
- k8s.io/apiserver v0.31.2 // indirect
318
+ k8s.io/apiextensions-apiserver v0.31.3
319
+ k8s.io/apiserver v0.31.3 // indirect
320
320
k8s.io/cli-runtime v0.31.1 // indirect
321
- k8s.io/component-base v0.31.2 // indirect
321
+ k8s.io/component-base v0.31.3 // indirect
322
322
k8s.io/klog/v2 v2.130.1 // indirect
323
323
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
324
324
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
0 commit comments