mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 14:07:56 -05:00
35 lines
1.3 KiB
Modula-2
35 lines
1.3 KiB
Modula-2
module github.com/wealdtech/ethdo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/FactomProject/go-bip39 v0.3.5
|
|
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-20200101200214-e24db4d9e963
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // 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.8.0
|
|
github.com/wealdtech/go-eth2-wallet-types v1.8.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/ini.v1 v1.51.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|