Skip to content

Commit a073be6

Browse files
build(deps): bump the google group across 2 directories with 7 updates (#7404)
Bumps the google group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/firestore](https://github.com/googleapis/google-cloud-go) | `1.22.0` | `1.25.0` | | [cloud.google.com/go/profiler](https://github.com/googleapis/google-cloud-go) | `0.3.1` | `0.6.0` | | [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) | `1.20.0` | `1.21.0` | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.65.0` | `1.68.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.287.1` | `0.298.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.2` | | google.golang.org/protobuf | `1.36.11` | `1.36.12` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.2` | Bumps the google group with 1 update in the /pkg/plugin/sdk directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `cloud.google.com/go/firestore` from 1.22.0 to 1.25.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@dlp/v1.22.0...kms/v1.25.0) Updates `cloud.google.com/go/profiler` from 0.3.1 to 0.6.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@ai/v0.3.1...v0.6.0) Updates `cloud.google.com/go/secretmanager` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@kms/v1.20.0...run/v1.21.0) Updates `cloud.google.com/go/storage` from 1.65.0 to 1.68.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@compute/v1.65.0...compute/v1.68.0) Updates `google.golang.org/api` from 0.287.1 to 0.298.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.287.1...v0.298.0) Updates `google.golang.org/grpc` from 1.82.1 to 1.83.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.2) Updates `google.golang.org/protobuf` from 1.36.11 to 1.36.12 Updates `google.golang.org/grpc` from 1.82.1 to 1.83.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.2) Updates `google.golang.org/grpc` from 1.83.1 to 1.84.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.2) Updates `google.golang.org/grpc` from 1.83.1 to 1.84.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.2) --- updated-dependencies: - dependency-name: cloud.google.com/go/firestore dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: cloud.google.com/go/profiler dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: cloud.google.com/go/secretmanager dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: cloud.google.com/go/storage dependency-version: 1.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/api dependency-version: 0.298.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/grpc dependency-version: 1.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/grpc dependency-version: 1.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: google - dependency-name: google.golang.org/protobuf dependency-version: 1.36.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: google ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bf5403 commit a073be6

25 files changed

Lines changed: 778 additions & 678 deletions

File tree

‎go.mod‎

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/pipe-cd/pipecd
33
go 1.26.2
44

55
require (
6-
cloud.google.com/go/firestore v1.22.0
7-
cloud.google.com/go/profiler v0.3.1
8-
cloud.google.com/go/secretmanager v1.20.0
9-
cloud.google.com/go/storage v1.65.0
6+
cloud.google.com/go/firestore v1.25.0
7+
cloud.google.com/go/profiler v0.6.0
8+
cloud.google.com/go/secretmanager v1.21.0
9+
cloud.google.com/go/storage v1.68.0
1010
github.com/DataDog/datadog-api-client-go v1.0.0-beta.16
1111
github.com/Masterminds/sprig/v3 v3.2.2
1212
github.com/NYTimes/gziphandler v1.1.1
@@ -54,14 +54,14 @@ require (
5454
go.uber.org/atomic v1.11.0
5555
go.uber.org/mock v0.6.0
5656
go.uber.org/zap v1.19.1
57-
golang.org/x/crypto v0.53.0
58-
golang.org/x/mod v0.36.0
59-
golang.org/x/net v0.56.0
60-
golang.org/x/oauth2 v0.36.0
61-
golang.org/x/sync v0.22.0
62-
google.golang.org/api v0.287.1
63-
google.golang.org/grpc v1.82.1
64-
google.golang.org/protobuf v1.36.11
57+
golang.org/x/crypto v0.57.0
58+
golang.org/x/mod v0.41.0
59+
golang.org/x/net v0.59.0
60+
golang.org/x/oauth2 v0.37.0
61+
golang.org/x/sync v0.23.0
62+
google.golang.org/api v0.299.0
63+
google.golang.org/grpc v1.84.0
64+
google.golang.org/protobuf v1.36.12
6565
istio.io/api v0.0.0-20200710191538-00b73d23c685
6666
k8s.io/api v0.24.3
6767
k8s.io/apimachinery v0.24.3
@@ -72,14 +72,14 @@ require (
7272
)
7373

7474
require (
75-
cel.dev/expr v0.25.1 // indirect
75+
cel.dev/expr v0.25.2 // indirect
7676
cloud.google.com/go v0.123.0 // indirect
77-
cloud.google.com/go/auth v0.20.0 // indirect
77+
cloud.google.com/go/auth v0.23.3 // indirect
7878
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
79-
cloud.google.com/go/compute/metadata v0.9.0 // indirect
80-
cloud.google.com/go/iam v1.11.0 // indirect
79+
cloud.google.com/go/compute/metadata v0.9.1 // indirect
80+
cloud.google.com/go/iam v1.12.0 // indirect
8181
cloud.google.com/go/longrunning v1.2.0 // indirect
82-
cloud.google.com/go/monitoring v1.29.0 // indirect
82+
cloud.google.com/go/monitoring v1.30.0 // indirect
8383
dario.cat/mergo v1.0.0 // indirect
8484
filippo.io/edwards25519 v1.2.0 // indirect
8585
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
9090
github.com/Azure/go-autorest/logger v0.2.1 // indirect
9191
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
92-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 // indirect
92+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.34.0 // indirect
9393
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.57.0 // indirect
9494
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.57.0 // indirect
9595
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -127,7 +127,7 @@ require (
127127
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
128128
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
129129
github.com/fatih/color v1.10.0 // indirect
130-
github.com/felixge/httpsnoop v1.0.4 // indirect
130+
github.com/felixge/httpsnoop v1.1.0 // indirect
131131
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
132132
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
133133
github.com/go-logr/stdr v1.2.2 // indirect
@@ -138,11 +138,11 @@ require (
138138
github.com/google/gnostic v0.5.7-v3refs // indirect
139139
github.com/google/go-querystring v1.0.0 // indirect
140140
github.com/google/gofuzz v1.1.0 // indirect
141-
github.com/google/pprof v0.0.0-20221103000818-d260c55eee4c // indirect
142-
github.com/google/s2a-go v0.1.9 // indirect
141+
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
142+
github.com/google/s2a-go v0.1.10 // indirect
143143
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
144-
github.com/googleapis/enterprise-certificate-proxy v0.3.17 // indirect
145-
github.com/googleapis/gax-go/v2 v2.23.0 // indirect
144+
github.com/googleapis/enterprise-certificate-proxy v0.3.22 // indirect
145+
github.com/googleapis/gax-go/v2 v2.24.1 // indirect
146146
github.com/gorilla/handlers v1.5.0 // indirect
147147
github.com/gorilla/mux v1.8.0 // indirect
148148
github.com/gorilla/websocket v1.5.3 // indirect
@@ -184,29 +184,29 @@ require (
184184
github.com/shopspring/decimal v1.2.0 // indirect
185185
github.com/sirupsen/logrus v1.9.3 // indirect
186186
github.com/spf13/cast v1.3.1 // indirect
187-
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
187+
github.com/spiffe/go-spiffe/v2 v2.8.1 // indirect
188188
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
189189
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
190190
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
191191
github.com/zclconf/go-cty v1.1.0 // indirect
192192
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
193-
go.opentelemetry.io/contrib/detectors/gcp v1.43.0 // indirect
193+
go.opentelemetry.io/contrib/detectors/gcp v1.44.0 // indirect
194194
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 // indirect
195-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
195+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect
196196
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
197197
go.opentelemetry.io/otel/metric v1.45.0 // indirect
198198
go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect
199199
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
200200
go.uber.org/multierr v1.6.0 // indirect
201201
go.yaml.in/yaml/v2 v2.4.2 // indirect
202-
golang.org/x/sys v0.47.0 // indirect
203-
golang.org/x/term v0.44.0 // indirect
204-
golang.org/x/text v0.38.0 // indirect
205-
golang.org/x/time v0.15.0 // indirect
202+
golang.org/x/sys v0.48.0 // indirect
203+
golang.org/x/term v0.46.0 // indirect
204+
golang.org/x/text v0.42.0 // indirect
205+
golang.org/x/time v0.16.0 // indirect
206206
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
207-
google.golang.org/genproto v0.0.0-20260519071638-aa98bba5eb94 // indirect
208-
google.golang.org/genproto/googleapis/api v0.0.0-20260630182238-925bb5da69e7 // indirect
209-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260630182238-925bb5da69e7 // indirect
207+
google.golang.org/genproto v0.0.0-20260715232425-e75dac1f907d // indirect
208+
google.golang.org/genproto/googleapis/api v0.0.0-20260715232425-e75dac1f907d // indirect
209+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260921155816-b14227669459 // indirect
210210
gopkg.in/inf.v0 v0.9.1 // indirect
211211
gopkg.in/ini.v1 v1.57.0 // indirect
212212
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)