module github.com/attestantio/vouch go 1.16 require ( github.com/attestantio/go-eth2-client v0.7.0 github.com/aws/aws-sdk-go v1.40.24 github.com/fatih/color v1.12.0 // indirect github.com/ferranbt/fastssz v0.0.0-20210817104241-ab271261c6d9 // indirect github.com/goccy/go-yaml v1.9.2 // indirect github.com/google/uuid v1.3.0 // indirect github.com/klauspost/cpuid/v2 v2.0.9 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.11.0 github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7 github.com/rs/zerolog v1.23.0 github.com/sasha-s/go-deadlock v0.3.1 github.com/spf13/cast v1.4.1 // indirect github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.8.1 github.com/stretchr/objx v0.3.0 // indirect github.com/stretchr/testify v1.7.0 github.com/uber/jaeger-client-go v2.25.0+incompatible github.com/wealdtech/go-bytesutil v1.1.1 github.com/wealdtech/go-eth2-types/v2 v2.5.5 github.com/wealdtech/go-eth2-util v1.6.4 // indirect 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-encryptor-keystorev4 v1.1.5 github.com/wealdtech/go-eth2-wallet-hd/v2 v2.5.4 github.com/wealdtech/go-eth2-wallet-store-filesystem v1.16.14 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-majordomo v1.0.1 go.uber.org/atomic v1.9.0 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect golang.org/x/text v0.3.7 // indirect google.golang.org/genproto v0.0.0-20210816143620-e15ff196659d // indirect google.golang.org/grpc v1.40.0 gotest.tools v2.2.0+incompatible )