mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-08 21:48:05 -05:00
48 lines
2.0 KiB
Modula-2
48 lines
2.0 KiB
Modula-2
module github.com/wealdtech/ethdo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/FactomProject/go-bip39 v0.3.5
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/aws/aws-sdk-go v1.30.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.0.2 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/golang/protobuf v1.4.0-rc.4
|
|
github.com/google/uuid v1.1.1
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect
|
|
github.com/herumi/bls-eth-go-binary v0.0.0-20200326062426-f58f8b8bd66f // 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/mitchellh/mapstructure v1.2.2 // indirect
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/protolambda/zssz v0.1.4 // indirect
|
|
github.com/prysmaticlabs/ethereumapis v0.0.0-20200319212951-62fd1d2ec119
|
|
github.com/prysmaticlabs/go-bitfield v0.0.0-20200322041314-62c2aee71669 // indirect
|
|
github.com/prysmaticlabs/go-ssz v0.0.0-20200101200214-e24db4d9e963
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v0.0.7
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/wealdtech/eth2-signer-api v1.2.0
|
|
github.com/wealdtech/go-bytesutil v1.1.1
|
|
github.com/wealdtech/go-eth2-types v1.0.0
|
|
github.com/wealdtech/go-eth2-util v1.1.2
|
|
github.com/wealdtech/go-eth2-wallet v1.9.2
|
|
github.com/wealdtech/go-eth2-wallet-types v1.10.0
|
|
github.com/wealdtech/go-string2eth v1.1.0
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20200330113809-af700f360a68 // indirect
|
|
google.golang.org/grpc v1.28.0
|
|
gopkg.in/ini.v1 v1.55.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|