mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-10 06:28:07 -05:00
68 lines
3.1 KiB
Modula-2
68 lines
3.1 KiB
Modula-2
module github.com/wealdtech/ethdo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.8 // indirect
|
|
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
|
github.com/attestantio/dirk v1.0.2
|
|
github.com/attestantio/go-eth2-client v0.6.30
|
|
github.com/aws/aws-sdk-go v1.40.14 // indirect
|
|
github.com/dgraph-io/badger/v2 v2.2007.3 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/ferranbt/fastssz v0.0.0-20210719200358-90640294cb9c
|
|
github.com/goccy/go-yaml v1.9.2 // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.1-vault-3 // indirect
|
|
github.com/herumi/bls-eth-go-binary v0.0.0-20210520070601-31246bfa8ac4
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // 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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/common v0.30.0 // indirect
|
|
github.com/prometheus/procfs v0.7.1 // indirect
|
|
github.com/protolambda/zssz v0.1.5 // indirect
|
|
github.com/prysmaticlabs/ethereumapis v0.0.0-20210201130911-92b2a467c108 // indirect
|
|
github.com/prysmaticlabs/go-bitfield v0.0.0-20210706153858-5cb5ce8bdbfe
|
|
github.com/prysmaticlabs/go-ssz v0.0.0-20210121151755-f6208871c388
|
|
github.com/rs/zerolog v1.23.0
|
|
github.com/spf13/cast v1.4.0 // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.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.1
|
|
github.com/wealdtech/go-eth2-types/v2 v2.5.5
|
|
github.com/wealdtech/go-eth2-util v1.6.4
|
|
github.com/wealdtech/go-eth2-wallet v1.14.4
|
|
github.com/wealdtech/go-eth2-wallet-dirk v1.1.6
|
|
github.com/wealdtech/go-eth2-wallet-distributed v1.1.3
|
|
github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4 v1.1.5
|
|
github.com/wealdtech/go-eth2-wallet-hd/v2 v2.5.4
|
|
github.com/wealdtech/go-eth2-wallet-nd/v2 v2.3.3
|
|
github.com/wealdtech/go-eth2-wallet-store-filesystem v1.16.14
|
|
github.com/wealdtech/go-eth2-wallet-store-s3 v1.9.4
|
|
github.com/wealdtech/go-eth2-wallet-store-scratch v1.6.2
|
|
github.com/wealdtech/go-eth2-wallet-types/v2 v2.8.4
|
|
github.com/wealdtech/go-string2eth v1.1.0
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/text v0.3.6
|
|
google.golang.org/genproto v0.0.0-20210803142424-70bd63adacf2 // indirect
|
|
google.golang.org/grpc v1.39.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|