Skip to content

Commit 822f5d9

Browse files
build(deps): bump the go-deps group across 1 directory with 4 updates
Bumps the go-deps group with 4 updates in the / directory: [github.com/fluxcd/pkg/helmtestserver](https://github.com/fluxcd/pkg), [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore), [google.golang.org/api](https://github.com/googleapis/google-api-go-client) and [oras.land/oras-go/v2](https://github.com/oras-project/oras-go). Updates `github.com/fluxcd/pkg/helmtestserver` from 0.24.0 to 0.25.0 - [Commits](fluxcd/pkg@git/v0.24.0...git/v0.25.0) Updates `github.com/sigstore/sigstore` from 1.9.1 to 1.9.4 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.9.1...v1.9.4) Updates `google.golang.org/api` from 0.227.0 to 0.234.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.227.0...v0.234.0) Updates `oras.land/oras-go/v2` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/oras-project/oras-go/releases) - [Commits](oras-project/oras-go@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/pkg/helmtestserver dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/sigstore/sigstore dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: google.golang.org/api dependency-version: 0.234.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: oras.land/oras-go/v2 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 220044d commit 822f5d9

File tree

2 files changed

+91
-109
lines changed

2 files changed

+91
-109
lines changed

go.mod

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ replace github.com/Masterminds/semver/v3 => github.com/Masterminds/semver/v3 v3.
1313
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
1414

1515
require (
16-
cloud.google.com/go/compute/metadata v0.6.0
16+
cloud.google.com/go/compute/metadata v0.7.0
1717
cloud.google.com/go/storage v1.50.0
1818
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
1919
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
@@ -33,7 +33,7 @@ require (
3333
github.com/fluxcd/pkg/git v0.31.0
3434
github.com/fluxcd/pkg/git/gogit v0.33.0
3535
github.com/fluxcd/pkg/gittestserver v0.17.0
36-
github.com/fluxcd/pkg/helmtestserver v0.24.0
36+
github.com/fluxcd/pkg/helmtestserver v0.25.0
3737
github.com/fluxcd/pkg/lockedfile v0.6.0
3838
github.com/fluxcd/pkg/masktoken v0.7.0
3939
github.com/fluxcd/pkg/oci v0.49.0
@@ -63,31 +63,31 @@ require (
6363
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
6464
github.com/prometheus/client_golang v1.22.0
6565
github.com/sigstore/cosign/v2 v2.5.0
66-
github.com/sigstore/sigstore v1.9.1
66+
github.com/sigstore/sigstore v1.9.4
6767
github.com/sirupsen/logrus v1.9.3
6868
github.com/spf13/pflag v1.0.6
6969
golang.org/x/crypto v0.38.0
7070
golang.org/x/oauth2 v0.30.0
7171
golang.org/x/sync v0.14.0
72-
google.golang.org/api v0.227.0
72+
google.golang.org/api v0.234.0
7373
gotest.tools v2.2.0+incompatible
74-
helm.sh/helm/v3 v3.17.3
74+
helm.sh/helm/v3 v3.18.0
7575
k8s.io/api v0.33.0
7676
k8s.io/apimachinery v0.33.0
7777
k8s.io/client-go v0.33.0
7878
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
79-
oras.land/oras-go/v2 v2.5.0
79+
oras.land/oras-go/v2 v2.6.0
8080
sigs.k8s.io/controller-runtime v0.21.0
8181
sigs.k8s.io/yaml v1.4.0
8282
)
8383

8484
require (
85-
cel.dev/expr v0.19.1 // indirect
86-
cloud.google.com/go v0.118.3 // indirect
87-
cloud.google.com/go/auth v0.15.0 // indirect
88-
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
89-
cloud.google.com/go/iam v1.4.1 // indirect
90-
cloud.google.com/go/monitoring v1.24.0 // indirect
85+
cel.dev/expr v0.20.0 // indirect
86+
cloud.google.com/go v0.120.0 // indirect
87+
cloud.google.com/go/auth v0.16.1 // indirect
88+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
89+
cloud.google.com/go/iam v1.5.2 // indirect
90+
cloud.google.com/go/monitoring v1.24.2 // indirect
9191
dario.cat/mergo v1.0.1 // indirect
9292
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
9393
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -103,17 +103,17 @@ require (
103103
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
104104
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
105105
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
106-
github.com/BurntSushi/toml v1.4.0 // indirect
107-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
108-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
109-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
106+
github.com/BurntSushi/toml v1.5.0 // indirect
107+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
108+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect
109+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
110110
github.com/MakeNowJust/heredoc v1.0.0 // indirect
111111
github.com/Masterminds/goutils v1.1.1 // indirect
112112
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
113113
github.com/Masterminds/squirrel v1.5.4 // indirect
114114
github.com/Microsoft/go-winio v0.6.2 // indirect
115115
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
116-
github.com/ProtonMail/go-crypto v1.2.0 // indirect
116+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
117117
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
118118
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect
119119
github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect
@@ -158,9 +158,9 @@ require (
158158
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
159159
github.com/clbanning/mxj/v2 v2.7.0 // indirect
160160
github.com/cloudflare/circl v1.6.1 // indirect
161-
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
161+
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
162162
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
163-
github.com/containerd/containerd v1.7.24 // indirect
163+
github.com/containerd/containerd v1.7.27 // indirect
164164
github.com/containerd/continuity v0.4.5 // indirect
165165
github.com/containerd/errdefs v0.3.0 // indirect
166166
github.com/containerd/log v0.1.0 // indirect
@@ -186,7 +186,7 @@ require (
186186
github.com/emirpasic/gods v1.18.1 // indirect
187187
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
188188
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
189-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
189+
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
190190
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
191191
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
192192
github.com/fatih/color v1.17.0 // indirect
@@ -237,7 +237,7 @@ require (
237237
github.com/google/s2a-go v0.1.9 // indirect
238238
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
239239
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
240-
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
240+
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
241241
github.com/gorilla/handlers v1.5.2 // indirect
242242
github.com/gorilla/mux v1.8.1 // indirect
243243
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
@@ -282,7 +282,6 @@ require (
282282
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
283283
github.com/mitchellh/reflectwalk v1.0.2 // indirect
284284
github.com/moby/docker-image-spec v1.3.1 // indirect
285-
github.com/moby/locker v1.0.1 // indirect
286285
github.com/moby/spdystream v0.5.0 // indirect
287286
github.com/moby/sys/user v0.3.0 // indirect
288287
github.com/moby/term v0.5.2 // indirect
@@ -316,7 +315,7 @@ require (
316315
github.com/redis/go-redis/v9 v9.7.3 // indirect
317316
github.com/rivo/uniseg v0.4.4 // indirect
318317
github.com/rs/xid v1.6.0 // indirect
319-
github.com/rubenv/sql-migrate v1.7.1 // indirect
318+
github.com/rubenv/sql-migrate v1.8.0 // indirect
320319
github.com/russross/blackfriday/v2 v2.1.0 // indirect
321320
github.com/sagikazarmark/locafero v0.7.0 // indirect
322321
github.com/sassoftware/relic v7.2.1+incompatible // indirect
@@ -363,7 +362,7 @@ require (
363362
go.opentelemetry.io/contrib/bridges/prometheus v0.57.0 // indirect
364363
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
365364
go.opentelemetry.io/contrib/exporters/autoexport v0.57.0 // indirect
366-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
365+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
367366
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
368367
go.opentelemetry.io/otel v1.35.0 // indirect
369368
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
@@ -395,10 +394,10 @@ require (
395394
golang.org/x/time v0.11.0 // indirect
396395
golang.org/x/tools v0.33.0 // indirect
397396
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
398-
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
399-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
400-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
401-
google.golang.org/grpc v1.71.0 // indirect
397+
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
398+
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
399+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
400+
google.golang.org/grpc v1.72.1 // indirect
402401
google.golang.org/protobuf v1.36.6 // indirect
403402
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
404403
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -413,7 +412,6 @@ require (
413412
k8s.io/klog/v2 v2.130.1 // indirect
414413
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
415414
k8s.io/kubectl v0.33.0 // indirect
416-
oras.land/oras-go v1.2.5 // indirect
417415
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
418416
sigs.k8s.io/kustomize/api v0.19.0 // indirect
419417
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect

0 commit comments

Comments
 (0)