Skip to content

Commit 641b35a

Browse files
Bump the all-deps group across 1 directory with 6 updates (#1342)
Bumps the all-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/apache/beam/sdks/v2](https://github.com/apache/beam) | `2.66.0` | `2.67.0` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.30` | `1.14.32` | | [github.com/u-root/u-root](https://github.com/u-root/u-root) | `0.14.0` | `0.15.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` | `0.41.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.0` | | google.golang.org/protobuf | `1.36.7` | `1.36.8` | Updates `github.com/apache/beam/sdks/v2` from 2.66.0 to 2.67.0 - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](apache/beam@v2.66.0...v2.67.0) Updates `github.com/mattn/go-sqlite3` from 1.14.30 to 1.14.32 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.30...v1.14.32) Updates `github.com/u-root/u-root` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/u-root/u-root/releases) - [Changelog](https://github.com/u-root/u-root/blob/main/RELEASES) - [Commits](u-root/u-root@v0.14.0...v0.15.0) Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0 - [Commits](golang/crypto@v0.40.0...v0.41.0) Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.74.2...v1.75.0) Updates `google.golang.org/protobuf` from 1.36.7 to 1.36.8 --- updated-dependencies: - dependency-name: github.com/apache/beam/sdks/v2 dependency-version: 2.67.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: github.com/u-root/u-root dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: golang.org/x/crypto dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: google.golang.org/grpc dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: google.golang.org/protobuf dependency-version: 1.36.8 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 6e1f762 commit 641b35a

File tree

2 files changed

+63
-60
lines changed

2 files changed

+63
-60
lines changed

go.mod

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/google/trillian-examples
33
go 1.24.1
44

55
require (
6-
github.com/apache/beam/sdks/v2 v2.66.0
6+
github.com/apache/beam/sdks/v2 v2.67.0
77
github.com/cenkalti/backoff/v4 v4.3.0
88
github.com/dsoprea/go-ext4 v0.0.0-20190528173430-c13b09fc0ff8
99
github.com/go-sql-driver/mysql v1.9.3
@@ -14,33 +14,33 @@ require (
1414
github.com/google/go-github/v39 v39.2.0
1515
github.com/google/trillian v1.7.2
1616
github.com/gorilla/mux v1.8.1
17-
github.com/mattn/go-sqlite3 v1.14.30
17+
github.com/mattn/go-sqlite3 v1.14.32
1818
github.com/perlin-network/life v0.0.0-20191203030451-05c0e0f7eaea
1919
github.com/transparency-dev/formats v0.0.0-20250723101439-be3b1008ec3a
2020
github.com/transparency-dev/incubator v0.0.0-20250813135444-78648dfe8041
2121
github.com/transparency-dev/merkle v0.0.2
2222
github.com/transparency-dev/serverless-log v0.0.0-20230914155322-9b6f31f76f1f
23-
github.com/u-root/u-root v0.14.0
23+
github.com/u-root/u-root v0.15.0
2424
github.com/usbarmory/tamago v0.0.0-20250310080134-5e23c7fd40b0
25-
golang.org/x/crypto v0.40.0
25+
golang.org/x/crypto v0.41.0
2626
golang.org/x/mod v0.27.0
2727
golang.org/x/oauth2 v0.30.0
2828
golang.org/x/sync v0.16.0
29-
google.golang.org/grpc v1.74.2
30-
google.golang.org/protobuf v1.36.7
29+
google.golang.org/grpc v1.75.0
30+
google.golang.org/protobuf v1.36.8
3131
k8s.io/klog/v2 v2.130.1
3232
)
3333

3434
require (
3535
bitbucket.org/creachadair/shell v0.0.8 // indirect
3636
cel.dev/expr v0.24.0 // indirect
3737
cloud.google.com/go v0.121.2 // indirect
38-
cloud.google.com/go/auth v0.16.2 // indirect
38+
cloud.google.com/go/auth v0.16.3 // indirect
3939
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
4040
cloud.google.com/go/compute/metadata v0.7.0 // indirect
4141
cloud.google.com/go/iam v1.5.2 // indirect
4242
cloud.google.com/go/monitoring v1.24.2 // indirect
43-
cloud.google.com/go/profiler v0.4.2 // indirect
43+
cloud.google.com/go/profiler v0.4.3 // indirect
4444
cloud.google.com/go/storage v1.55.0 // indirect
4545
filippo.io/edwards25519 v1.1.0 // indirect
4646
filippo.io/torchwood v0.5.1-0.20250605130057-fa65d721a6ce // indirect
@@ -74,23 +74,24 @@ require (
7474
github.com/getsentry/sentry-go v0.27.0 // indirect
7575
github.com/go-errors/errors v1.4.2 // indirect
7676
github.com/go-interpreter/wagon v0.6.0 // indirect
77-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
77+
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
7878
github.com/go-logr/logr v1.4.3 // indirect
7979
github.com/go-logr/stdr v1.2.2 // indirect
8080
github.com/gogo/protobuf v1.3.2 // indirect
8181
github.com/golang/protobuf v1.5.4 // indirect
8282
github.com/golang/snappy v0.0.4 // indirect
8383
github.com/google/go-querystring v1.1.0 // indirect
84-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
84+
github.com/google/pprof v0.0.0-20250602020802-c6617b811d0e // indirect
8585
github.com/google/s2a-go v0.1.9 // indirect
8686
github.com/google/uuid v1.6.0 // indirect
8787
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
88-
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
88+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
8989
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
9090
github.com/klauspost/compress v1.18.0 // indirect
9191
github.com/kr/pretty v0.3.1 // indirect
9292
github.com/kr/text v0.2.0 // indirect
9393
github.com/moby/docker-image-spec v1.3.1 // indirect
94+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
9495
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9596
github.com/opencontainers/go-digest v1.0.0 // indirect
9697
github.com/opencontainers/image-spec v1.1.1 // indirect
@@ -101,10 +102,10 @@ require (
101102
github.com/prometheus/client_model v0.6.1 // indirect
102103
github.com/prometheus/common v0.62.0 // indirect
103104
github.com/prometheus/procfs v0.15.1 // indirect
104-
github.com/rogpeppe/go-internal v1.13.1 // indirect
105+
github.com/rogpeppe/go-internal v1.14.1 // indirect
105106
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
106107
github.com/transparency-dev/tessera v1.0.0-rc1 // indirect
107-
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a // indirect
108+
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
108109
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
109110
github.com/zeebo/errs v1.4.0 // indirect
110111
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -116,15 +117,15 @@ require (
116117
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
117118
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
118119
go.opentelemetry.io/otel/trace v1.37.0 // indirect
119-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
120+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
120121
golang.org/x/net v0.42.0 // indirect
121-
golang.org/x/sys v0.34.0 // indirect
122-
golang.org/x/text v0.27.0 // indirect
122+
golang.org/x/sys v0.35.0 // indirect
123+
golang.org/x/text v0.28.0 // indirect
123124
golang.org/x/time v0.12.0 // indirect
124-
google.golang.org/api v0.241.0 // indirect
125+
google.golang.org/api v0.243.0 // indirect
125126
google.golang.org/appengine v1.6.8 // indirect
126-
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
127-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
128-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
127+
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
128+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
129+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250715232539-7130f93afb79 // indirect
129130
gotest.tools/v3 v3.5.1 // indirect
130131
)

0 commit comments

Comments
 (0)