-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
21 lines (20 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/fperf/tikv
require (
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/fperf/fperf v0.0.0-20181226164411-96bbef00e6af
github.com/influxdata/influxdb v1.7.2 // indirect
github.com/influxdata/platform v0.0.0-20181221041837-9d0ed9020c3f // indirect
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
github.com/pingcap/errors v0.11.0
github.com/pingcap/kvproto v0.0.0-20181219114958-faa87b5884ca
github.com/pingcap/pd v2.1.0-rc.4+incompatible
github.com/pingcap/tidb v0.0.0-20181221054454-94df8d1e30a9
github.com/pingcap/tipb v0.0.0-20181126132056-a7fd2aaa9719 // indirect
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/shafreeck/fperf v0.0.0-20181219114840-64fb2736fe81
github.com/sirupsen/logrus v1.2.0
github.com/uber/jaeger-client-go v2.15.1-0.20181220222220-68407ce61637+incompatible // indirect
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
google.golang.org/grpc v1.17.0 // indirect
)