mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 14:07:56 -05:00
52 lines
2.2 KiB
Modula-2
52 lines
2.2 KiB
Modula-2
module github.com/wealdtech/ethdo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/attestantio/go-eth2-client v0.14.5
|
|
github.com/aws/aws-sdk-go v1.44.111 // indirect
|
|
github.com/ferranbt/fastssz v0.1.2
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
|
|
github.com/herumi/bls-eth-go-binary v1.28.1
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
|
github.com/minio/highwayhash v1.0.2 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/protolambda/zssz v0.1.5 // indirect
|
|
github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7
|
|
github.com/prysmaticlabs/go-ssz v0.0.0-20210121151755-f6208871c388
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/spf13/afero v1.9.2 // indirect
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.13.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
github.com/wealdtech/go-bytesutil v1.1.1
|
|
github.com/wealdtech/go-ecodec v1.1.2
|
|
github.com/wealdtech/go-eth2-types/v2 v2.7.0
|
|
github.com/wealdtech/go-eth2-util v1.7.0
|
|
github.com/wealdtech/go-eth2-wallet v1.15.0
|
|
github.com/wealdtech/go-eth2-wallet-dirk v1.2.0
|
|
github.com/wealdtech/go-eth2-wallet-distributed v1.1.4
|
|
github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4 v1.3.0
|
|
github.com/wealdtech/go-eth2-wallet-hd/v2 v2.6.0
|
|
github.com/wealdtech/go-eth2-wallet-nd/v2 v2.4.0
|
|
github.com/wealdtech/go-eth2-wallet-store-filesystem v1.17.0
|
|
github.com/wealdtech/go-eth2-wallet-store-s3 v1.10.0
|
|
github.com/wealdtech/go-eth2-wallet-store-scratch v1.7.0
|
|
github.com/wealdtech/go-eth2-wallet-types/v2 v2.9.0
|
|
github.com/wealdtech/go-string2eth v1.2.0
|
|
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
|
|
golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
golang.org/x/text v0.3.7
|
|
google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
|
|
)
|