Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/gol4ng/httpware v0.0.0-20190724082439-5999a32c7adb
github.com/gol4ng/signal v1.1.0
github.com/golang/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
Expand All @@ -15,12 +15,7 @@ require (
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/olivere/elastic v6.2.21+incompatible
github.com/processout/grpc-go-pool v1.2.1
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/text v0.3.2 // indirect
github.com/prometheus/client_golang v1.11.1
google.golang.org/genproto v0.0.0-20190701230453-710ae3a149df // indirect
google.golang.org/grpc v1.22.0
)
Loading