Skip to content

Commit 876e8f6

Browse files
chore(deps): bump github.com/ethereum/go-ethereum in /power-snapshot
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.3 to 1.14.13. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.3...v1.14.13) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a273a3 commit 876e8f6

File tree

2 files changed

+66
-64
lines changed

2 files changed

+66
-64
lines changed

power-snapshot/go.mod

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module power-snapshot
33
go 1.22
44

55
require (
6-
github.com/ethereum/go-ethereum v1.14.3
6+
github.com/ethereum/go-ethereum v1.14.13
77
github.com/filecoin-project/go-address v1.1.0
88
github.com/golang-module/carbon v1.7.3
99
github.com/golang/mock v1.6.0
@@ -22,31 +22,32 @@ require (
2222
go.uber.org/zap v1.27.0
2323
golang.org/x/sync v0.7.0
2424
google.golang.org/grpc v1.64.0
25-
google.golang.org/protobuf v1.34.1
25+
google.golang.org/protobuf v1.34.2
2626
)
2727

2828
require (
29-
github.com/Microsoft/go-winio v0.6.1 // indirect
29+
github.com/Microsoft/go-winio v0.6.2 // indirect
3030
github.com/StackExchange/wmi v1.2.1 // indirect
31-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
32-
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
33-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
31+
github.com/bits-and-blooms/bitset v1.13.0 // indirect
32+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3433
github.com/consensys/bavard v0.1.13 // indirect
3534
github.com/consensys/gnark-crypto v0.12.1 // indirect
35+
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
3636
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
3737
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38-
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
38+
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
3939
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
4040
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4141
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
42+
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
4243
github.com/fsnotify/fsnotify v1.7.0 // indirect
4344
github.com/go-ole/go-ole v1.3.0 // indirect
4445
github.com/gobuffalo/envy v1.10.2 // indirect
4546
github.com/gobuffalo/packd v1.0.2 // indirect
4647
github.com/gobuffalo/packr v1.30.1 // indirect
4748
github.com/gorilla/websocket v1.4.2 // indirect
4849
github.com/hashicorp/hcl v1.0.0 // indirect
49-
github.com/holiman/uint256 v1.2.4 // indirect
50+
github.com/holiman/uint256 v1.3.1 // indirect
5051
github.com/ipfs/go-block-format v0.0.3 // indirect
5152
github.com/ipfs/go-cid v0.3.2 // indirect
5253
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
@@ -56,7 +57,6 @@ require (
5657
github.com/klauspost/compress v1.17.2 // indirect
5758
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
5859
github.com/magiconair/properties v1.8.7 // indirect
59-
github.com/mattn/go-isatty v0.0.20 // indirect
6060
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
6161
github.com/minio/sha256-simd v1.0.1 // indirect
6262
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -78,19 +78,17 @@ require (
7878
github.com/spf13/afero v1.11.0 // indirect
7979
github.com/spf13/cast v1.6.0 // indirect
8080
github.com/spf13/pflag v1.0.5 // indirect
81-
github.com/stretchr/objx v0.5.2 // indirect
8281
github.com/subosito/gotenv v1.6.0 // indirect
83-
github.com/supranational/blst v0.3.11 // indirect
82+
github.com/supranational/blst v0.3.13 // indirect
8483
github.com/tklauser/go-sysconf v0.3.12 // indirect
8584
github.com/tklauser/numcpus v0.6.1 // indirect
8685
go.uber.org/multierr v1.10.0 // indirect
8786
golang.org/x/crypto v0.23.0 // indirect
8887
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
8988
golang.org/x/mod v0.17.0 // indirect
9089
golang.org/x/net v0.25.0 // indirect
91-
golang.org/x/sys v0.20.0 // indirect
90+
golang.org/x/sys v0.22.0 // indirect
9291
golang.org/x/text v0.15.0 // indirect
93-
golang.org/x/tools v0.20.0 // indirect
9492
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
9593
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
9694
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)