forked from jllopis/mifo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (22 loc) · 1.08 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
module github.com/jllopis/mifo
require (
bitbucket.org/acbapis/acbapis v0.0.0-20180618112331-949043f8f90a
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/codahale/metrics v0.0.0-20160929224642-bc2005d86c79
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.1.0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.4.1
github.com/hashicorp/go-version v0.0.0-20180322230233-23480c066577
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/prometheus/client_golang v0.9.0-pre1
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1
github.com/prometheus/procfs v0.0.0-20180612222113-7d6f385de8be
github.com/segmentio/ksuid v0.0.0-20180216234339-801bc4434082
github.com/soheilhy/cmux v0.1.4
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
google.golang.org/grpc v1.12.2
)