Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
machinly committed Dec 23, 2018
1 parent 8e4f977 commit 5dbaf79
Show file tree
Hide file tree
Showing 9,678 changed files with 230 additions and 3,782,004 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
316 changes: 0 additions & 316 deletions glide.lock

This file was deleted.

24 changes: 0 additions & 24 deletions glide.yaml

This file was deleted.

19 changes: 10 additions & 9 deletions go.mod
Expand Up @@ -3,25 +3,26 @@ module github.com/bragfoo/TiPrometheus
require (
github.com/BurntSushi/toml v0.3.1
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/coreos/etcd v0.0.0-20181221235359-911301993657
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/gogo/protobuf v1.2.0
github.com/golang/protobuf v0.0.0-20181128192352-1d3f30b51784
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c
github.com/google/uuid v1.1.0
github.com/gorilla/mux v1.6.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20181112102510-3304cc886352
github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20181025070259-68e3a13e4117
github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/onsi/gomega v1.4.2 // indirect
github.com/opentracing/opentracing-go v1.0.2
github.com/pingcap/errors v0.11.0
github.com/pingcap/goleveldb v0.0.0-20171020122428-b9ff6c35079e
github.com/pingcap/kvproto v0.0.0-20181219114958-faa87b5884ca
github.com/pingcap/parser v0.0.0-20181221122143-651ad7108326
github.com/pingcap/pd v0.0.0-20181219120350-c2e8d292a061
github.com/pingcap/pd v2.1.0-rc.4+incompatible
github.com/pingcap/tidb v0.0.0-20181221093914-1e06ccc019b8
github.com/pingcap/tidb-tools v2.1.2+incompatible
github.com/pingcap/tipb v0.0.0-20181126132056-a7fd2aaa9719
Expand All @@ -31,20 +32,20 @@ require (
github.com/prometheus/common v0.0.0-20181218105931-67670fe90761
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
github.com/sirupsen/logrus v0.0.0-20181215152119-2067ea4241ce
github.com/sirupsen/logrus v1.0.5
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
github.com/twinj/uuid v0.1.0
github.com/uber/jaeger-client-go v0.0.0-20181221163149-281650436f3c
github.com/uber/jaeger-lib v2.0.0+incompatible
go.etcd.io/etcd v0.0.0-20181221235359-911301993657
github.com/uber/jaeger-client-go v2.8.0+incompatible
github.com/uber/jaeger-lib v1.5.0+incompatible
go.uber.org/atomic v1.3.2
go.uber.org/multierr v1.1.0
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
golang.org/x/sys v0.0.0-20181221143128-b4a75ba826a6
golang.org/x/text v0.0.0-20181211190257-17bcc049122f
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20181221175505-bd9b4fb69e2f
google.golang.org/grpc v0.0.0-20181222005549-25de51fc024f
google.golang.org/grpc v1.16.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
)

0 comments on commit 5dbaf79

Please sign in to comment.