Skip to content

Commit bd1bc3b

Browse files
build(deps): Bump the all-go-modules group with 22 updates (cometbft#5246)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c653eee commit bd1bc3b

File tree

2 files changed

+111
-111
lines changed

2 files changed

+111
-111
lines changed

go.mod

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ go 1.23.5
55
toolchain go1.23.9
66

77
require (
8-
github.com/BurntSushi/toml v1.4.0
9-
github.com/Masterminds/semver/v3 v3.3.1
8+
github.com/BurntSushi/toml v1.5.0
9+
github.com/Masterminds/semver/v3 v3.4.0
1010
github.com/adlio/schema v1.3.6
1111
github.com/btcsuite/btcd/btcutil v1.1.6
1212
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
1313
github.com/cometbft/cometbft-db v1.0.4
1414
github.com/cometbft/cometbft-load-test v0.3.0
15-
github.com/cometbft/cometbft/api v1.1.0-alpha.1
15+
github.com/cometbft/cometbft/api v1.1.0-rc1
1616
github.com/cosmos/gogoproto v1.7.0
17-
github.com/creachadair/atomicfile v0.3.7
18-
github.com/creachadair/tomledit v0.0.27
17+
github.com/creachadair/atomicfile v0.3.8
18+
github.com/creachadair/tomledit v0.0.28
1919
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
20-
github.com/dgraph-io/badger/v4 v4.6.0
21-
github.com/ethereum/go-ethereum v1.15.5
20+
github.com/dgraph-io/badger/v4 v4.7.0
21+
github.com/ethereum/go-ethereum v1.16.0
2222
github.com/fortytw2/leaktest v1.3.0
2323
github.com/goccmack/goutil v1.2.3
2424
github.com/golang/protobuf v1.5.4 // indirect
@@ -27,37 +27,37 @@ require (
2727
github.com/gorilla/websocket v1.5.3
2828
github.com/hashicorp/golang-lru/v2 v2.0.7
2929
github.com/lib/pq v1.10.9
30-
github.com/lmittmann/tint v1.0.7
30+
github.com/lmittmann/tint v1.1.2
3131
github.com/minio/highwayhash v1.0.3
3232
github.com/oasisprotocol/curve25519-voi v0.0.0-20220708102147-0a8a51822cae
3333
github.com/ory/dockertest v3.3.5+incompatible
34-
github.com/pelletier/go-toml/v2 v2.2.3
34+
github.com/pelletier/go-toml/v2 v2.2.4
3535
github.com/pkg/errors v0.9.1
36-
github.com/prometheus/client_golang v1.21.1
37-
github.com/prometheus/client_model v0.6.1
38-
github.com/prometheus/common v0.62.0
36+
github.com/prometheus/client_golang v1.22.0
37+
github.com/prometheus/client_model v0.6.2
38+
github.com/prometheus/common v0.65.0
3939
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
4040
github.com/rs/cors v1.11.1
4141
github.com/sasha-s/go-deadlock v0.3.5
4242
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
4343
github.com/spf13/cobra v1.9.1
4444
github.com/spf13/viper v1.20.1
4545
github.com/stretchr/testify v1.10.0
46-
github.com/supranational/blst v0.3.14
46+
github.com/supranational/blst v0.3.15
4747
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
48-
golang.org/x/crypto v0.36.0
48+
golang.org/x/crypto v0.38.0
4949
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
50-
golang.org/x/net v0.37.0
51-
golang.org/x/sync v0.12.0
52-
golang.org/x/text v0.23.0
53-
gonum.org/v1/gonum v0.15.1
54-
google.golang.org/grpc v1.71.0
50+
golang.org/x/net v0.40.0
51+
golang.org/x/sync v0.14.0
52+
golang.org/x/text v0.25.0
53+
gonum.org/v1/gonum v0.16.0
54+
google.golang.org/grpc v1.73.0
5555
)
5656

5757
require (
58-
github.com/go-git/go-git/v5 v5.13.2
59-
github.com/go-viper/mapstructure/v2 v2.2.1
60-
google.golang.org/protobuf v1.36.5
58+
github.com/go-git/go-git/v5 v5.16.2
59+
github.com/go-viper/mapstructure/v2 v2.3.0
60+
google.golang.org/protobuf v1.36.6
6161
)
6262

6363
require (
@@ -66,20 +66,20 @@ require (
6666
github.com/DataDog/zstd v1.5.6 // indirect
6767
github.com/Microsoft/go-winio v0.6.2 // indirect
6868
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
69-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
69+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
7070
github.com/beorn7/perks v1.0.1 // indirect
7171
github.com/cespare/xxhash/v2 v2.3.0 // indirect
72-
github.com/cloudflare/circl v1.3.7 // indirect
72+
github.com/cloudflare/circl v1.6.1 // indirect
7373
github.com/cockroachdb/errors v1.11.3 // indirect
7474
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
7575
github.com/cockroachdb/logtags v0.0.0-20241215232642-bb51bb14a506 // indirect
76-
github.com/cockroachdb/pebble v1.1.4 // indirect
76+
github.com/cockroachdb/pebble v1.1.5 // indirect
7777
github.com/cockroachdb/redact v1.1.5 // indirect
7878
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
7979
github.com/containerd/continuity v0.3.0 // indirect
80-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
80+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
8181
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
82-
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
82+
github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect
8383
github.com/docker/cli v24.0.7+incompatible // indirect
8484
github.com/docker/go-connections v0.4.0 // indirect
8585
github.com/docker/go-units v0.5.0 // indirect
@@ -97,7 +97,7 @@ require (
9797
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
9898
github.com/google/btree v1.1.3 // indirect
9999
github.com/google/flatbuffers v25.2.10+incompatible // indirect
100-
github.com/google/go-cmp v0.6.0 // indirect
100+
github.com/google/go-cmp v0.7.0 // indirect
101101
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
102102
github.com/holiman/uint256 v1.3.2 // indirect
103103
github.com/imdario/mergo v0.3.15 // indirect
@@ -132,12 +132,12 @@ require (
132132
github.com/xanzy/ssh-agent v0.3.3 // indirect
133133
go.etcd.io/bbolt v1.4.0 // indirect
134134
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
135-
go.opentelemetry.io/otel v1.34.0 // indirect
136-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
137-
go.opentelemetry.io/otel/trace v1.34.0 // indirect
135+
go.opentelemetry.io/otel v1.35.0 // indirect
136+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
137+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
138138
go.uber.org/multierr v1.11.0 // indirect
139-
golang.org/x/sys v0.31.0 // indirect
140-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
139+
golang.org/x/sys v0.33.0 // indirect
140+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
141141
gopkg.in/warnings.v0 v0.1.2 // indirect
142142
gopkg.in/yaml.v3 v3.0.1 // indirect
143143
gotest.tools v2.2.0+incompatible // indirect

0 commit comments

Comments
 (0)