-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
32 lines (30 loc) · 1.66 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
module github.com/bragfoo/TiPrometheus
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
github.com/gorilla/mux v1.6.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20181112102510-3304cc886352 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20181025070259-68e3a13e4117 // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/pingcap/goleveldb v0.0.0-20171020122428-b9ff6c35079e // indirect
github.com/pingcap/kvproto v0.0.0-20181219114958-faa87b5884ca // indirect
github.com/pingcap/parser v0.0.0-20181221122143-651ad7108326 // indirect
github.com/pingcap/tidb v0.0.0-20181221093914-1e06ccc019b8
github.com/pingcap/tidb-tools v2.1.2+incompatible // indirect
github.com/pingcap/tipb v0.0.0-20181126132056-a7fd2aaa9719 // indirect
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 // indirect
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
github.com/twinj/uuid v0.1.0 // indirect
github.com/uber/jaeger-lib v1.5.0 // indirect
go.uber.org/zap v1.9.1
google.golang.org/genproto v0.0.0-20181221175505-bd9b4fb69e2f // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3 // indirect
)
go 1.13