-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
33 lines (30 loc) · 1.59 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
module github.com/lvleiice/Better-PITR
go 1.13
require (
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 // indirect
github.com/WangXiangUSTC/tidb-lite v0.0.0-20191217032011-70d76f82e589
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8 // indirect
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pingcap/check v0.0.0-20191107115940-caf2b9e6ccf4
github.com/pingcap/errors v0.11.4
github.com/pingcap/log v0.0.0-20191012051959-b742a5d432e9
github.com/pingcap/parser v0.0.0-20191210055545-753e13bfdbf0
github.com/pingcap/tidb v1.1.0-beta.0.20191211070559-a94cff903cd1
github.com/pingcap/tidb-binlog v0.0.0-20191206040428-628c34a97114
github.com/pingcap/tipb v0.0.0-20191209145133-44f75c9bef33
github.com/pkg/profile v1.2.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/uber/jaeger-client-go v2.19.0+incompatible // indirect
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/zanmato1984/clickhouse v1.3.4-0.20181106115746-3e9a6b9beb12 // indirect
go.uber.org/zap v1.12.0
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
gotest.tools v2.2.0+incompatible
)
replace github.com/pingcap/tidb => github.com/AilinKid/tidb v1.1.0-beta.0.20191213100648-826c5faecfb9