Skip to content

Commit d95883c

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 990d723 commit d95883c

2 files changed

Lines changed: 31 additions & 31 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
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@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
66+
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
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@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
123+
uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
124124
with:
125125
image: ${{ env.IMAGE_TAG }}
126126
artifact-name: sbom-${{ env.IMAGE_NAME }}

go.mod

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,52 +5,52 @@ go 1.23.3
55
require (
66
github.com/aquasecurity/trivy-operator v0.22.0
77
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
99
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
13-
github.com/schollz/progressbar/v3 v3.17.1
10+
github.com/mittwald/go-helm-client v0.12.16
11+
github.com/ollama/ollama v0.5.7
12+
github.com/sashabaranov/go-openai v1.36.1
13+
github.com/schollz/progressbar/v3 v3.18.0
1414
github.com/spf13/cobra v1.8.1
1515
github.com/spf13/viper v1.19.0
1616
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.17.0
19+
k8s.io/api v0.32.1
20+
k8s.io/apimachinery v0.32.1
21+
k8s.io/client-go v0.32.1
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/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
36-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
37-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
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.4-20241117203254-a91193b62179.1
31+
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 v2.26.0-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.4-20241118152629-1379a5a1889d.1
34+
cloud.google.com/go/storage v1.50.0
35+
cloud.google.com/go/vertexai v0.13.3
36+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
37+
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.0
3838
github.com/IBM/watsonx-go v1.0.1
39-
github.com/aws/aws-sdk-go v1.55.5
40-
github.com/cohere-ai/cohere-go/v2 v2.12.2
39+
github.com/aws/aws-sdk-go v1.55.6
40+
github.com/cohere-ai/cohere-go/v2 v2.12.4
4141
github.com/go-logr/zapr v1.3.0
4242
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.26.0
4444
github.com/hupe1980/go-huggingface v0.0.15
4545
github.com/kyverno/policy-reporter-kyverno-plugin v1.6.4
4646
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.82.0
48+
github.com/prometheus/prometheus v0.301.0
4949
github.com/pterm/pterm v0.12.80
50-
google.golang.org/api v0.210.0
50+
google.golang.org/api v0.219.0
5151
gopkg.in/yaml.v2 v2.4.0
5252
gopkg.in/yaml.v3 v3.0.1
53-
sigs.k8s.io/controller-runtime v0.19.3
53+
sigs.k8s.io/controller-runtime v0.20.1
5454
sigs.k8s.io/gateway-api v1.2.1
5555
)
5656

@@ -313,11 +313,11 @@ require (
313313
golang.org/x/text v0.21.0 // indirect
314314
golang.org/x/time v0.8.0 // indirect
315315
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
316-
google.golang.org/grpc v1.68.1
316+
google.golang.org/grpc v1.70.0
317317
google.golang.org/protobuf v1.35.2 // indirect
318318
gopkg.in/inf.v0 v0.9.1 // indirect
319319
gopkg.in/ini.v1 v1.67.0 // indirect
320-
k8s.io/apiextensions-apiserver v0.31.3
320+
k8s.io/apiextensions-apiserver v0.32.1
321321
k8s.io/apiserver v0.31.3 // indirect
322322
k8s.io/cli-runtime v0.31.1 // indirect
323323
k8s.io/component-base v0.31.3 // indirect
@@ -335,4 +335,4 @@ require (
335335
// v1.2.0 is taken from github.com/open-policy-agent/opa v0.42.0
336336
// v1.2.0 incompatible with github.com/docker/docker v23.0.0-rc.1+incompatible
337337
//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.5.1+incompatible

0 commit comments

Comments
 (0)