module github.com/pingcap/tiup go 1.16 replace gopkg.in/yaml.v2 => github.com/july2993/yaml v0.0.0-20200423062752-adcfa5abe2ed require ( github.com/AstroProfundis/sysinfo v0.0.0-20210324083743-d0a51ed49aa2 github.com/AstroProfundis/tabby v1.1.1-color github.com/BurntSushi/toml v0.3.1 github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5 github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect github.com/VividCortex/ewma v1.2.0 // indirect github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 github.com/appleboy/easyssh-proxy v1.3.9 github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef github.com/blevesearch/bleve v1.0.14 github.com/cavaliercoder/grab v1.0.1-0.20201108051000-98a5bfe305ec github.com/cheggaaa/pb/v3 v3.0.8 github.com/creasty/defaults v1.5.1 github.com/docker/go-units v0.4.0 github.com/fatih/color v1.12.0 github.com/gibson042/canonicaljson-go v1.0.3 github.com/go-ole/go-ole v1.2.5 // indirect github.com/go-sql-driver/mysql v1.6.0 github.com/gofrs/flock v0.8.0 github.com/gogo/protobuf v1.3.2 github.com/golang/protobuf v1.5.2 github.com/google/uuid v1.2.0 github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/jeremywohl/flatten v1.0.1 github.com/joomcode/errorx v1.0.3 github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a github.com/lunixbochs/vtclean v1.0.0 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mattn/go-runewidth v0.0.13 github.com/otiai10/copy v1.6.0 github.com/pingcap/check v0.0.0-20200212061837-5e12011dc712 github.com/pingcap/errors v0.11.4 github.com/pingcap/failpoint v0.0.0-20210316064728-7acb0f0a3dfd github.com/pingcap/fn v0.0.0-20200306044125-d5540d389059 github.com/pingcap/kvproto v0.0.0-20210603164318-7a046020d1c0 github.com/pingcap/tidb-insight v0.3.2 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.27.0 github.com/prometheus/prom2json v1.3.0 github.com/r3labs/diff/v2 v2.13.1 github.com/relex/aini v1.2.1 github.com/sergi/go-diff v1.2.0 github.com/shirou/gopsutil v3.21.5+incompatible github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/spf13/cobra v1.1.3 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/tj/go-termd v0.0.1 github.com/tklauser/go-sysconf v0.3.6 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0 go.etcd.io/etcd/client/v3 v3.5.0-rc.0 go.uber.org/atomic v1.7.0 go.uber.org/multierr v1.7.0 // indirect go.uber.org/zap v1.17.0 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a golang.org/x/mod v0.4.2 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c golang.org/x/sys v0.0.0-20210603125802-9665404d3644 golang.org/x/term v0.0.0-20210503060354-a79de5458b56 google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20210603172842-58e84a565dcf google.golang.org/grpc v1.38.0 gopkg.in/ini.v1 v1.62.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b software.sslmate.com/src/go-pkcs12 v0.0.0-20210415151418-c5206de65a78 )