-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
40 lines (38 loc) · 2 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/qw4990/plan-change-capturer
go 1.13
require (
github.com/AstroProfundis/tabby v1.1.1 // indirect
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/cheggaaa/pb/v3 v3.0.8 // indirect
github.com/coreos/etcd v3.3.25+incompatible // indirect
github.com/danjacques/gofslock v0.0.0-20200623023034-5d0bd0fa6ef0 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/otiai10/copy v1.5.1 // indirect
github.com/pingcap/check v0.0.0-20200212061837-5e12011dc712
github.com/pingcap/errors v0.11.5-0.20201126102027-b0a155152ca3
github.com/pingcap/kvproto v0.0.0-20210402093459-65aa336ccbbf // indirect
github.com/pingcap/parser v0.0.0-20210415081931-48e7f467fd74
github.com/pingcap/tidb v1.1.0-beta.0.20210415113353-05e584f145f1
github.com/pingcap/tiup v1.3.1-0.20210415081155-2036470398df
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/prometheus/common v0.20.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/shirou/gopsutil v3.21.3+incompatible // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/uber/jaeger-client-go v2.25.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.etcd.io/etcd v3.3.25+incompatible // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/net v0.0.0-20210414194228-064579744ee0 // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210414175830-92282443c685 // indirect
google.golang.org/grpc v1.37.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.0.0-20210222215041-dec221a1a07f // indirect
)