@@ -3,11 +3,11 @@ module github.com/ethereum/hive/simulators/eth2/common
33go 1.18
44
55require (
6- github.com/ethereum/go-ethereum v1.11.5
6+ github.com/ethereum/go-ethereum v1.12.1
77 github.com/ethereum/hive v0.0.0-20230401205547-71595beab31d
88 github.com/google/uuid v1.3.0
99 github.com/herumi/bls-eth-go-binary v1.29.1
10- github.com/holiman/uint256 v1.2.2
10+ github.com/holiman/uint256 v1.2.3
1111 github.com/marioevz/eth-clients v0.0.0-20230503173323-98293c926363
1212 github.com/marioevz/mock-builder v0.0.0-20230515180219-3b0b5c3eefe3
1313 github.com/pkg/errors v0.9.1
@@ -19,23 +19,27 @@ require (
1919 github.com/rauljordan/engine-proxy v0.0.0-20230316220057-4c80c36c4c3a
2020 github.com/tyler-smith/go-bip39 v1.1.0
2121 github.com/wealdtech/go-eth2-util v1.8.1
22- golang.org/x/exp v0.0.0-20230321023759-10a507213a29
22+ golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
2323 gopkg.in/yaml.v2 v2.4.0
2424)
2525
2626require (
2727 github.com/DataDog/zstd v1.5.2 // indirect
2828 github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
2929 github.com/beorn7/perks v1.0.1 // indirect
30+ github.com/bits-and-blooms/bitset v1.7.0 // indirect
3031 github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
3132 github.com/cespare/xxhash/v2 v2.2.0 // indirect
3233 github.com/cockroachdb/errors v1.9.1 // indirect
3334 github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
3435 github.com/cockroachdb/pebble v0.0.0-20230404150825-93eff0a72e22 // indirect
3536 github.com/cockroachdb/redact v1.1.3 // indirect
37+ github.com/consensys/bavard v0.1.13 // indirect
38+ github.com/consensys/gnark-crypto v0.10.0 // indirect
39+ github.com/crate-crypto/go-kzg-4844 v0.3.0 // indirect
3640 github.com/deckarep/golang-set/v2 v2.3.0 // indirect
3741 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
38- github.com/edsrzf/mmap-go v1.1 .0 // indirect
42+ github.com/ethereum/c-kzg-4844 v0.3 .0 // indirect
3943 github.com/ferranbt/fastssz v0.1.3 // indirect
4044 github.com/getsentry/sentry-go v0.20.0 // indirect
4145 github.com/go-ole/go-ole v1.2.6 // indirect
@@ -58,6 +62,7 @@ require (
5862 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5963 github.com/minio/sha256-simd v1.0.0 // indirect
6064 github.com/mitchellh/mapstructure v1.5.0 // indirect
65+ github.com/mmcloughlin/addchain v0.4.0 // indirect
6166 github.com/olekukonko/tablewriter v0.0.5 // indirect
6267 github.com/prometheus/client_golang v1.14.0 // indirect
6368 github.com/prometheus/client_model v0.3.0 // indirect
@@ -67,16 +72,19 @@ require (
6772 github.com/rogpeppe/go-internal v1.10.0 // indirect
6873 github.com/shirou/gopsutil v3.21.11+incompatible // indirect
6974 github.com/sirupsen/logrus v1.9.0 // indirect
75+ github.com/supranational/blst v0.3.11-0.20230406105308-e9dfc5ee724b // indirect
7076 github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
7177 github.com/tklauser/go-sysconf v0.3.11 // indirect
7278 github.com/tklauser/numcpus v0.6.0 // indirect
7379 github.com/wealdtech/go-bytesutil v1.2.1 // indirect
7480 github.com/wealdtech/go-eth2-types/v2 v2.8.1 // indirect
7581 github.com/yusufpapurcu/wmi v1.2.2 // indirect
76- golang.org/x/crypto v0.7.0 // indirect
77- golang.org/x/sys v0.7.0 // indirect
78- golang.org/x/text v0.8.0 // indirect
82+ golang.org/x/crypto v0.9.0 // indirect
83+ golang.org/x/sync v0.3.0 // indirect
84+ golang.org/x/sys v0.9.0 // indirect
85+ golang.org/x/text v0.9.0 // indirect
7986 google.golang.org/protobuf v1.30.0 // indirect
8087 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
8188 gopkg.in/yaml.v3 v3.0.1 // indirect
89+ rsc.io/tmplfunc v0.0.3 // indirect
8290)
0 commit comments