module go.etcd.io/etcd/tests/v3 go 1.15 replace go.etcd.io/etcd/v3 => ../ replace go.etcd.io/etcd/api/v3 => ../api require ( github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 github.com/etcd-io/gofail v0.0.0-20190801230047-ad7f989257ca github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.2 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.9.5 github.com/prometheus/client_golang v1.0.0 github.com/soheilhy/cmux v0.1.4 github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.1 go.etcd.io/bbolt v1.3.5 go.etcd.io/etcd/api/v3 v3.0.0-00010101000000-000000000000 go.etcd.io/etcd/v3 v3.0.0-00010101000000-000000000000 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 google.golang.org/grpc v1.26.0 gopkg.in/yaml.v2 v2.2.2 )