1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- module go.etcd.io/etcd
- require (
- github.com/bgentry/speakeasy v0.1.0
- github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa
- github.com/coreos/go-semver v0.2.0
- github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7
- github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf
- github.com/creack/pty v1.1.7
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
- github.com/fatih/color v1.7.0 // indirect
- github.com/gogo/protobuf v1.2.1
- github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
- github.com/golang/protobuf v1.3.2
- github.com/google/btree v1.0.0
- github.com/google/uuid v1.0.0
- github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c // indirect
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
- github.com/grpc-ecosystem/grpc-gateway v1.9.5
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
- github.com/jonboulle/clockwork v0.1.0
- github.com/json-iterator/go v1.1.7
- github.com/mattn/go-colorable v0.0.9 // indirect
- github.com/mattn/go-isatty v0.0.4 // indirect
- github.com/mattn/go-runewidth v0.0.2 // indirect
- github.com/modern-go/reflect2 v1.0.1
- github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5
- github.com/prometheus/client_golang v1.0.0
- github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
- github.com/sirupsen/logrus v1.4.2 // indirect
- github.com/soheilhy/cmux v0.1.4
- github.com/spf13/cobra v0.0.3
- github.com/spf13/pflag v1.0.1
- github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8
- github.com/urfave/cli v1.20.0
- github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
- go.etcd.io/bbolt v1.3.3
- go.uber.org/atomic v1.3.2 // indirect
- go.uber.org/multierr v1.1.0 // indirect
- go.uber.org/zap v1.10.0
- golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
- golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
- golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
- golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
- google.golang.org/grpc v1.24.0
- gopkg.in/cheggaaa/pb.v1 v1.0.25
- gopkg.in/yaml.v2 v2.2.2
- sigs.k8s.io/yaml v1.1.0
- )
- go 1.13
|