Skip to content

Commit

Permalink
added go.mod file supporting vgo
Browse files Browse the repository at this point in the history
  • Loading branch information
jllopis committed Jun 19, 2018
1 parent 2d13633 commit 2a0396a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
)

0 comments on commit 2a0396a

Please sign in to comment.