-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
29 lines (28 loc) · 1.34 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
module github.com/cage1016/gokitconsulk8s
require (
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 // indirect
github.com/codeskyblue/gohttpserver v0.0.0-20190302135655-85b2bd5dc484 // indirect
github.com/go-kit/kit v0.9.0
github.com/golang/protobuf v1.3.2
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/consul v1.6.0
github.com/hashicorp/consul/api v1.2.0
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
github.com/nicholasjackson/grpc-consul-resolver v0.2.0
github.com/opentracing/opentracing-go v1.1.0
github.com/openzipkin/zipkin-go v0.2.0
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/sony/gobreaker v0.4.1
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a // indirect
go.opencensus.io v0.20.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101 // indirect
google.golang.org/grpc v1.23.0
)