Skip to content

Commit 9e1af64

Browse files
Bump the all-deps group across 1 directory with 4 updates (#1316)
Bumps the all-deps group with 4 updates in the / directory: [github.com/apache/beam/sdks/v2](https://github.com/apache/beam), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. Updates `github.com/apache/beam/sdks/v2` from 2.63.0 to 2.64.0 - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](apache/beam@v2.63.0...v2.64.0) Updates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.25 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.24...v1.14.25) Updates `google.golang.org/grpc` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.71.0...v1.71.1) Updates `google.golang.org/protobuf` from 1.36.5 to 1.36.6 --- updated-dependencies: - dependency-name: github.com/apache/beam/sdks/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: github.com/mattn/go-sqlite3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16e6ec5 commit 9e1af64

File tree

2 files changed

+75
-78
lines changed

2 files changed

+75
-78
lines changed

go.mod

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
module github.com/google/trillian-examples
22

33
go 1.24.0
4-
5-
toolchain go1.24.1
6-
74
require (
8-
github.com/apache/beam/sdks/v2 v2.63.0
5+
github.com/apache/beam/sdks/v2 v2.64.0
96
github.com/cenkalti/backoff/v4 v4.3.0
107
github.com/dsoprea/go-ext4 v0.0.0-20190528173430-c13b09fc0ff8
118
github.com/go-sql-driver/mysql v1.9.1
@@ -16,7 +13,7 @@ require (
1613
github.com/google/go-github/v39 v39.2.0
1714
github.com/google/trillian v1.7.1
1815
github.com/gorilla/mux v1.8.1
19-
github.com/mattn/go-sqlite3 v1.14.24
16+
github.com/mattn/go-sqlite3 v1.14.25
2017
github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea
2118
github.com/transparency-dev/formats v0.0.0-20230914071414-5732692f1e50
2219
github.com/transparency-dev/merkle v0.0.2
@@ -27,32 +24,32 @@ require (
2724
golang.org/x/mod v0.24.0
2825
golang.org/x/oauth2 v0.28.0
2926
golang.org/x/sync v0.12.0
30-
google.golang.org/grpc v1.71.0
31-
google.golang.org/protobuf v1.36.5
27+
google.golang.org/grpc v1.71.1
28+
google.golang.org/protobuf v1.36.6
3229
k8s.io/klog/v2 v2.130.1
3330
)
3431

3532
require (
3633
bitbucket.org/creachadair/shell v0.0.8 // indirect
37-
cel.dev/expr v0.19.1 // indirect
38-
cloud.google.com/go v0.118.1 // indirect
39-
cloud.google.com/go/auth v0.14.0 // indirect
34+
cel.dev/expr v0.19.2 // indirect
35+
cloud.google.com/go v0.118.3 // indirect
36+
cloud.google.com/go/auth v0.15.0 // indirect
4037
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
4138
cloud.google.com/go/compute/metadata v0.6.0 // indirect
42-
cloud.google.com/go/iam v1.3.1 // indirect
43-
cloud.google.com/go/monitoring v1.23.0 // indirect
39+
cloud.google.com/go/iam v1.4.1 // indirect
40+
cloud.google.com/go/monitoring v1.24.0 // indirect
4441
cloud.google.com/go/profiler v0.4.2 // indirect
45-
cloud.google.com/go/storage v1.50.0 // indirect
42+
cloud.google.com/go/storage v1.51.0 // indirect
4643
filippo.io/edwards25519 v1.1.0 // indirect
4744
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
48-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
49-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
45+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
46+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
5047
github.com/Microsoft/go-winio v0.6.2 // indirect
5148
github.com/avast/retry-go/v4 v4.6.0 // indirect
5249
github.com/cespare/xxhash/v2 v2.3.0 // indirect
53-
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
50+
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
5451
github.com/distribution/reference v0.6.0 // indirect
55-
github.com/docker/docker v27.5.1+incompatible // indirect
52+
github.com/docker/docker v28.0.1+incompatible // indirect
5653
github.com/docker/go-connections v0.5.0 // indirect
5754
github.com/docker/go-units v0.5.0 // indirect
5855
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
@@ -70,7 +67,7 @@ require (
7067
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
7168
github.com/google/s2a-go v0.1.9 // indirect
7269
github.com/google/uuid v1.6.0 // indirect
73-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
70+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
7471
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
7572
github.com/moby/docker-image-spec v1.3.1 // indirect
7673
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -82,8 +79,8 @@ require (
8279
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
8380
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
8481
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
85-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
86-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
82+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
83+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
8784
go.opentelemetry.io/otel v1.34.0 // indirect
8885
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
8986
go.opentelemetry.io/otel/metric v1.34.0 // indirect
@@ -92,14 +89,14 @@ require (
9289
go.opentelemetry.io/otel/trace v1.34.0 // indirect
9390
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
9491
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
95-
golang.org/x/net v0.36.0 // indirect
92+
golang.org/x/net v0.37.0 // indirect
9693
golang.org/x/sys v0.31.0 // indirect
9794
golang.org/x/text v0.23.0 // indirect
98-
golang.org/x/time v0.9.0 // indirect
99-
google.golang.org/api v0.219.0 // indirect
95+
golang.org/x/time v0.11.0 // indirect
96+
google.golang.org/api v0.227.0 // indirect
10097
google.golang.org/appengine v1.6.8 // indirect
101-
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
102-
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
103-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
98+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
99+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
100+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
104101
gotest.tools/v3 v3.5.1 // indirect
105102
)

0 commit comments

Comments
 (0)