mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 14:07:56 -05:00
52 lines
2.1 KiB
Modula-2
52 lines
2.1 KiB
Modula-2
module github.com/wealdtech/ethdo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/attestantio/dirk v1.1.0
|
|
github.com/attestantio/go-eth2-client v0.11.0
|
|
github.com/aws/aws-sdk-go v1.42.44 // indirect
|
|
github.com/ferranbt/fastssz v0.0.0-20220103083642-bc5fefefa28b
|
|
github.com/gofrs/uuid v4.2.0+incompatible
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
|
|
github.com/herumi/bls-eth-go-binary v0.0.0-20220103074059-01b0ca9e9ef7
|
|
github.com/jackc/puddle v1.2.1 // 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.26.1
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/spf13/afero v1.8.0 // indirect
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.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.6.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.2.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-20220128200615-198e4374d7ed // indirect
|
|
golang.org/x/text v0.3.7
|
|
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
|
|
google.golang.org/grpc v1.44.0
|
|
gopkg.in/ini.v1 v1.66.3 // indirect
|
|
)
|