@@ -16,13 +16,14 @@ replace (
16
16
)
17
17
18
18
require (
19
+ github.com/BurntSushi/toml v0.3.1 // indirect
19
20
github.com/NYTimes/gziphandler v1.0.2-0.20180820182813-253f1acb9d9f
20
21
github.com/Shopify/sarama v1.18.0 // indirect
22
+ github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
21
23
github.com/apache/thrift v0.0.0-20180125231006-3d556248a8b9 // indirect
22
24
github.com/astaxie/beego v1.8.0
23
25
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
24
26
github.com/cheggaaa/pb v1.0.25
25
- github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292 // indirect
26
27
github.com/coreos/bbolt v1.3.1-coreos.6 // indirect
27
28
github.com/coreos/etcd v3.3.6+incompatible
28
29
github.com/coreos/go-semver v0.2.0 // indirect
@@ -32,19 +33,20 @@ require (
32
33
github.com/eapache/go-resiliency v1.1.0 // indirect
33
34
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
34
35
github.com/eapache/queue v1.1.0 // indirect
36
+ github.com/fatih/color v1.7.0 // indirect
37
+ github.com/fsnotify/fsnotify v1.4.7 // indirect
35
38
github.com/ghodss/yaml v1.0.0 // indirect
36
39
github.com/go-chassis/paas-lager v0.0.0-20180727081842-50655443dc96
37
40
github.com/go-logfmt/logfmt v0.3.0 // indirect
38
- github.com/go-mesh/openlogging v0.0.0-20180905092207-9cc15d7752d3 // indirect
39
41
github.com/gogo/protobuf v1.1.1 // indirect
40
42
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
43
+ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
41
44
github.com/golang/protobuf v1.0.0
42
45
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
43
46
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
44
47
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
45
48
github.com/googleapis/gnostic v0.2.0 // indirect
46
49
github.com/gorilla/websocket v1.2.0
47
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
48
50
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
49
51
github.com/grpc-ecosystem/grpc-gateway v1.3.0 // indirect
50
52
github.com/hashicorp/golang-lru v0.5.0 // indirect
@@ -55,6 +57,7 @@ require (
55
57
github.com/jonboulle/clockwork v0.1.0 // indirect
56
58
github.com/json-iterator/go v1.1.5 // indirect
57
59
github.com/karlseguin/ccache v2.0.3-0.20170217060820-3ba9789cfd2c+incompatible
60
+ github.com/karlseguin/expect v1.0.1 // indirect
58
61
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
59
62
github.com/labstack/echo v3.2.2-0.20180316170059-a5d81b8d4a62+incompatible
60
63
github.com/labstack/gommon v0.2.1 // indirect
@@ -72,6 +75,7 @@ require (
72
75
github.com/opentracing/opentracing-go v1.0.2
73
76
github.com/openzipkin/zipkin-go-opentracing v0.3.3-0.20180123190626-6bb822a7f15f
74
77
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
78
+ github.com/pkg/errors v0.8.1 // indirect
75
79
github.com/prometheus/client_golang v0.8.1-0.20170628125436-ab4214782d02
76
80
github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612
77
81
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
@@ -88,17 +92,22 @@ require (
88
92
github.com/valyala/bytebufferpool v1.0.0 // indirect
89
93
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
90
94
github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
95
+ github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
91
96
github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18 // indirect
92
97
go.uber.org/atomic v1.3.2 // indirect
93
98
go.uber.org/multierr v1.1.0 // indirect
94
99
go.uber.org/zap v1.9.0
95
100
golang.org/x/net v0.0.0-20180824152047-4bcd98cce591
101
+ golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
96
102
golang.org/x/text v0.0.0-20170627122817-6353ef0f9243 // indirect
97
103
golang.org/x/time v0.0.0-20170424234030-8be79e1e0910 // indirect
98
104
google.golang.org/genproto v0.0.0-20170531203552-aa2eb687b4d3 // indirect
99
105
google.golang.org/grpc v1.7.5
106
+ gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
100
107
gopkg.in/fsnotify.v1 v1.4.7 // indirect
101
108
gopkg.in/inf.v0 v0.9.1 // indirect
109
+ gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
110
+ gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
102
111
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
103
112
gopkg.in/yaml.v2 v2.2.1 // indirect
104
113
k8s.io/api v0.0.0-20180601181742-8b7507fac302
0 commit comments