@@ -3,7 +3,7 @@ module power-snapshot
3
3
go 1.22
4
4
5
5
require (
6
- github.com/ethereum/go-ethereum v1.14.3
6
+ github.com/ethereum/go-ethereum v1.14.13
7
7
github.com/filecoin-project/go-address v1.1.0
8
8
github.com/golang-module/carbon v1.7.3
9
9
github.com/golang/mock v1.6.0
@@ -22,31 +22,32 @@ require (
22
22
go.uber.org/zap v1.27.0
23
23
golang.org/x/sync v0.7.0
24
24
google.golang.org/grpc v1.64.0
25
- google.golang.org/protobuf v1.34.1
25
+ google.golang.org/protobuf v1.34.2
26
26
)
27
27
28
28
require (
29
- github.com/Microsoft/go-winio v0.6.1 // indirect
29
+ github.com/Microsoft/go-winio v0.6.2 // indirect
30
30
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
34
33
github.com/consensys/bavard v0.1.13 // indirect
35
34
github.com/consensys/gnark-crypto v0.12.1 // indirect
35
+ github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
36
36
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
37
37
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
39
39
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
40
40
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
41
41
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
42
+ github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
42
43
github.com/fsnotify/fsnotify v1.7.0 // indirect
43
44
github.com/go-ole/go-ole v1.3.0 // indirect
44
45
github.com/gobuffalo/envy v1.10.2 // indirect
45
46
github.com/gobuffalo/packd v1.0.2 // indirect
46
47
github.com/gobuffalo/packr v1.30.1 // indirect
47
48
github.com/gorilla/websocket v1.4.2 // indirect
48
49
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
50
51
github.com/ipfs/go-block-format v0.0.3 // indirect
51
52
github.com/ipfs/go-cid v0.3.2 // indirect
52
53
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
@@ -56,7 +57,6 @@ require (
56
57
github.com/klauspost/compress v1.17.2 // indirect
57
58
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
58
59
github.com/magiconair/properties v1.8.7 // indirect
59
- github.com/mattn/go-isatty v0.0.20 // indirect
60
60
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
61
61
github.com/minio/sha256-simd v1.0.1 // indirect
62
62
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -78,19 +78,17 @@ require (
78
78
github.com/spf13/afero v1.11.0 // indirect
79
79
github.com/spf13/cast v1.6.0 // indirect
80
80
github.com/spf13/pflag v1.0.5 // indirect
81
- github.com/stretchr/objx v0.5.2 // indirect
82
81
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
84
83
github.com/tklauser/go-sysconf v0.3.12 // indirect
85
84
github.com/tklauser/numcpus v0.6.1 // indirect
86
85
go.uber.org/multierr v1.10.0 // indirect
87
86
golang.org/x/crypto v0.23.0 // indirect
88
87
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
89
88
golang.org/x/mod v0.17.0 // indirect
90
89
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
92
91
golang.org/x/text v0.15.0 // indirect
93
- golang.org/x/tools v0.20.0 // indirect
94
92
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
95
93
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
96
94
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments