forked from zilm13/eth2-testnet-genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 831 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/protolambda/eth2-testnet-genesis
go 1.16
require (
github.com/ethereum/go-ethereum v1.10.2
github.com/ferranbt/fastssz v0.0.0-20210526181520-7df50c8568f8 // indirect
github.com/herumi/bls-eth-go-binary v0.0.0-20210520070601-31246bfa8ac4
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/protolambda/ask v0.0.5
github.com/protolambda/zcli v0.2.0
github.com/protolambda/zrnt v0.16.3
github.com/protolambda/ztyp v0.1.8
github.com/tyler-smith/go-bip39 v1.1.0
github.com/wealdtech/go-eth2-types/v2 v2.5.4 // indirect
github.com/wealdtech/go-eth2-util v1.6.4
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)