Skip to content

Commit ba8cde3

Browse files
Bump the go-deps group with 8 updates (#3740)
Bumps the go-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.75.0` | `1.76.1` | | [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) | `2.62.0` | `2.63.0` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.33.0` | `0.35.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.221.0` | `0.222.0` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250124145028-65684f501c47` | `0.0.0-20250219182151-9fdb1cabc7b2` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250207221924-e9438ea467c6` | `0.0.0-20250219182151-9fdb1cabc7b2` | Updates `cloud.google.com/go/spanner` from 1.75.0 to 1.76.1 - [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@spanner/v1.75.0...spanner/v1.76.1) Updates `github.com/apache/beam/sdks/v2` from 2.62.0 to 2.63.0 - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](apache/beam@v2.62.0...v2.63.0) Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.5...v1.21.0) Updates `golang.org/x/crypto` from 0.33.0 to 0.35.0 - [Commits](golang/crypto@v0.33.0...v0.35.0) Updates `google.golang.org/api` from 0.221.0 to 0.222.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.221.0...v0.222.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250124145028-65684f501c47 to 0.0.0-20250219182151-9fdb1cabc7b2 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250207221924-e9438ea467c6 to 0.0.0-20250219182151-9fdb1cabc7b2 - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: cloud.google.com/go/spanner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/apache/beam/sdks/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39ba9b7 commit ba8cde3

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ toolchain go1.23.4
66

77
require (
88
bitbucket.org/creachadair/shell v0.0.8
9-
cloud.google.com/go/spanner v1.75.0
9+
cloud.google.com/go/spanner v1.76.1
1010
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
11-
github.com/apache/beam/sdks/v2 v2.62.0
11+
github.com/apache/beam/sdks/v2 v2.63.0
1212
github.com/cockroachdb/cockroach-go/v2 v2.4.0
1313
github.com/fullstorydev/grpcurl v1.9.2
1414
github.com/go-redis/redis v6.15.9+incompatible
1515
github.com/go-sql-driver/mysql v1.9.0
1616
github.com/golang/mock v1.7.0-rc.1
1717
github.com/google/btree v1.1.3
18-
github.com/google/go-cmp v0.6.0
18+
github.com/google/go-cmp v0.7.0
1919
github.com/google/go-licenses/v2 v2.0.0-alpha.1
2020
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2121
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
2222
github.com/jackc/pgx/v5 v5.7.2
2323
github.com/letsencrypt/pkcs11key/v4 v4.0.0
2424
github.com/lib/pq v1.10.9
25-
github.com/prometheus/client_golang v1.20.5
25+
github.com/prometheus/client_golang v1.21.0
2626
github.com/prometheus/client_model v0.6.1
2727
github.com/pseudomuto/protoc-gen-doc v1.5.1
2828
github.com/transparency-dev/merkle v0.0.2
@@ -31,14 +31,14 @@ require (
3131
go.etcd.io/etcd/server/v3 v3.5.18
3232
go.etcd.io/etcd/v3 v3.5.18
3333
go.opencensus.io v0.24.0
34-
golang.org/x/crypto v0.33.0
34+
golang.org/x/crypto v0.35.0
3535
golang.org/x/sync v0.11.0
3636
golang.org/x/sys v0.30.0
3737
golang.org/x/tools v0.30.0
38-
google.golang.org/api v0.221.0
38+
google.golang.org/api v0.222.0
3939
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
40-
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47
41-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6
40+
google.golang.org/genproto/googleapis/api v0.0.0-20250219182151-9fdb1cabc7b2
41+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2
4242
google.golang.org/grpc v1.70.0
4343
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
4444
google.golang.org/protobuf v1.36.5
@@ -51,14 +51,14 @@ require (
5151
)
5252

5353
require (
54-
cel.dev/expr v0.19.0 // indirect
55-
cloud.google.com/go v0.118.1 // indirect
54+
cel.dev/expr v0.19.1 // indirect
55+
cloud.google.com/go v0.118.2 // indirect
5656
cloud.google.com/go/auth v0.14.1 // indirect
5757
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
5858
cloud.google.com/go/compute/metadata v0.6.0 // indirect
59-
cloud.google.com/go/iam v1.3.1 // indirect
59+
cloud.google.com/go/iam v1.4.0 // indirect
6060
cloud.google.com/go/longrunning v0.6.4 // indirect
61-
cloud.google.com/go/monitoring v1.23.0 // indirect
61+
cloud.google.com/go/monitoring v1.24.0 // indirect
6262
cloud.google.com/go/profiler v0.4.2 // indirect
6363
cloud.google.com/go/storage v1.50.0 // indirect
6464
cloud.google.com/go/trace v1.11.3 // indirect
@@ -72,26 +72,26 @@ require (
7272
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
7373
github.com/Microsoft/go-winio v0.6.2 // indirect
7474
github.com/avast/retry-go/v4 v4.6.0 // indirect
75-
github.com/aws/aws-sdk-go v1.51.8 // indirect
75+
github.com/aws/aws-sdk-go v1.55.5 // indirect
7676
github.com/beorn7/perks v1.0.1 // indirect
7777
github.com/bgentry/speakeasy v0.1.0 // indirect
7878
github.com/bufbuild/protocompile v0.10.0 // indirect
7979
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
8080
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
8181
github.com/cespare/xxhash/v2 v2.3.0 // indirect
82-
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
82+
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
8383
github.com/coreos/go-semver v0.3.1 // indirect
8484
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
8585
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
8686
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8787
github.com/distribution/reference v0.6.0 // indirect
88-
github.com/docker/docker v27.3.1+incompatible // indirect
88+
github.com/docker/docker v27.5.1+incompatible // indirect
8989
github.com/docker/go-connections v0.5.0 // indirect
9090
github.com/docker/go-units v0.5.0 // indirect
9191
github.com/dustin/go-humanize v1.0.1 // indirect
9292
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
9393
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
94-
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
94+
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
9595
github.com/felixge/httpsnoop v1.0.4 // indirect
9696
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
9797
github.com/go-logr/logr v1.4.2 // indirect
@@ -102,12 +102,12 @@ require (
102102
github.com/gofrs/flock v0.12.1 // indirect
103103
github.com/gogo/protobuf v1.3.2 // indirect
104104
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
105-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
105+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
106106
github.com/golang/protobuf v1.5.4 // indirect
107107
github.com/google/gnostic-models v0.6.8 // indirect
108108
github.com/google/gofuzz v1.2.0 // indirect
109109
github.com/google/licenseclassifier/v2 v2.0.0 // indirect
110-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
110+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
111111
github.com/google/s2a-go v0.1.9 // indirect
112112
github.com/google/uuid v1.6.0 // indirect
113113
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
@@ -151,7 +151,7 @@ require (
151151
github.com/otiai10/copy v1.14.0 // indirect
152152
github.com/pkg/errors v0.9.1 // indirect
153153
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
154-
github.com/prometheus/common v0.55.0 // indirect
154+
github.com/prometheus/common v0.62.0 // indirect
155155
github.com/prometheus/procfs v0.15.1 // indirect
156156
github.com/prometheus/prometheus v0.51.0 // indirect
157157
github.com/pseudomuto/protokit v0.2.0 // indirect
@@ -175,20 +175,20 @@ require (
175175
go.etcd.io/etcd/raft/v3 v3.5.18 // indirect
176176
go.etcd.io/etcd/tests/v3 v3.5.18 // indirect
177177
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
178-
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
178+
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
179179
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
180180
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
181181
go.opentelemetry.io/otel v1.34.0 // indirect
182182
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
183183
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0 // indirect
184184
go.opentelemetry.io/otel/metric v1.34.0 // indirect
185185
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
186-
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
186+
go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
187187
go.opentelemetry.io/otel/trace v1.34.0 // indirect
188188
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
189189
go.uber.org/multierr v1.11.0 // indirect
190190
go.uber.org/zap v1.27.0 // indirect
191-
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
191+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
192192
golang.org/x/mod v0.23.0 // indirect
193193
golang.org/x/net v0.35.0 // indirect
194194
golang.org/x/oauth2 v0.26.0 // indirect

0 commit comments

Comments
 (0)