-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
21 lines (20 loc) · 798 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/instabledesign/go-skeleton
require (
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/pkg/errors v0.8.1
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
github.com/slok/go-http-metrics v0.4.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
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
)