Files
ethdo/go.mod
2019-12-14 12:12:23 +00:00

37 lines
1.5 KiB
Modula-2

module github.com/wealdtech/ethdo
go 1.13
require (
github.com/FactomProject/go-bip39 v0.3.5
github.com/aws/aws-sdk-go v1.26.2 // indirect
github.com/dgraph-io/ristretto v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/minio/highwayhash v1.0.0 // indirect
github.com/minio/sha256-simd v0.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/protolambda/zssz v0.1.4 // indirect
github.com/prysmaticlabs/go-bitfield v0.0.0-20191017011753-53b773adde52 // indirect
github.com/prysmaticlabs/go-ssz v0.0.0-20191204195639-142dfef39d12
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.1
github.com/wealdtech/go-bytesutil v1.1.0
github.com/wealdtech/go-eth2-types v1.0.0
github.com/wealdtech/go-eth2-util v1.1.0
github.com/wealdtech/go-eth2-wallet v1.5.0
github.com/wealdtech/go-eth2-wallet-hd v1.8.0 // indirect
github.com/wealdtech/go-eth2-wallet-nd v1.6.0 // indirect
github.com/wealdtech/go-eth2-wallet-store-s3 v1.4.0 // indirect
github.com/wealdtech/go-eth2-wallet-types v1.7.0
github.com/wealdtech/go-string2eth v1.1.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)