-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
26 lines (24 loc) · 1007 Bytes
/
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
module github.com/gol4ng/skeleton
go 1.13
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/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/heetch/confita v0.6.0
github.com/joho/godotenv v1.3.0
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
google.golang.org/genproto v0.0.0-20190701230453-710ae3a149df // indirect
google.golang.org/grpc v1.22.0
)