Skip to content

Commit a841568

Browse files
chore(deps): update all non-major dependencies (#1327)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d7eb0f commit a841568

File tree

3 files changed

+72
-71
lines changed

3 files changed

+72
-71
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
go-version: '1.22'
6565
- name: Download Syft
66-
uses: anchore/sbom-action/download-syft@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
66+
uses: anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
6767
- name: Run GoReleaser
6868
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
6969
with:
@@ -120,7 +120,7 @@ jobs:
120120
cache-to: type=gha,scope=${{ github.ref_name }}-${{ env.IMAGE_TAG }}
121121

122122
- name: Generate SBOM
123-
uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # v0.17.7
123+
uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
124124
with:
125125
image: ${{ env.IMAGE_TAG }}
126126
artifact-name: sbom-${{ env.IMAGE_NAME }}

go.mod

+24-24
Original file line numberDiff line numberDiff line change
@@ -8,48 +8,47 @@ require (
88
github.com/kedacore/keda/v2 v2.16.0
99
github.com/magiconair/properties v1.8.7
1010
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
1313
github.com/schollz/progressbar/v3 v3.17.1
1414
github.com/spf13/cobra v1.8.1
1515
github.com/spf13/viper v1.19.0
16-
github.com/stretchr/testify v1.9.0
16+
github.com/stretchr/testify v1.10.0
1717
golang.org/x/term v0.26.0
1818
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
2222
k8s.io/kubectl v0.31.1 // indirect
2323

2424
)
2525

2626
require github.com/adrg/xdg v0.5.3
2727

2828
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
3232
cloud.google.com/go/storage v1.47.0
3333
cloud.google.com/go/vertexai v0.13.2
3434
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
3535
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
3636
github.com/IBM/watsonx-go v1.0.1
3737
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
3939
github.com/go-logr/zapr v1.3.0
4040
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
4242
github.com/hupe1980/go-huggingface v0.0.15
4343
github.com/kyverno/policy-reporter-kyverno-plugin v1.6.4
4444
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
4949
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
5352
)
5453

5554
require (
@@ -182,12 +181,13 @@ require (
182181
golang.org/x/mod v0.21.0 // indirect
183182
golang.org/x/tools v0.26.0 // indirect
184183
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
188187
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
189188
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
190189
gopkg.in/warnings.v0 v0.1.2 // indirect
190+
gopkg.in/yaml.v3 v3.0.1 // indirect
191191
knative.dev/pkg v0.0.0-20241026180704-25f6002b00f3 // indirect
192192
mvdan.cc/sh/v3 v3.8.0 // indirect
193193
)
@@ -315,10 +315,10 @@ require (
315315
google.golang.org/protobuf v1.35.2 // indirect
316316
gopkg.in/inf.v0 v0.9.1 // indirect
317317
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
320320
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
322322
k8s.io/klog/v2 v2.130.1 // indirect
323323
k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
324324
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078

0 commit comments

Comments
 (0)