-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
33 lines (32 loc) · 1.48 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
24
25
26
27
28
29
30
31
32
33
module github.com/proxeter/go-service-template
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/chapsuk/grace v0.4.0
github.com/elastic/go-sysinfo v0.0.0-20190107121835-59ef8c0eae46 // indirect
github.com/golang/protobuf v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/jnewmano/grpc-json-proxy v0.0.0-20180803153002-844ea2b143ff
github.com/julienschmidt/httprouter v1.2.0
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.2.0 // indirect
github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd // indirect
github.com/proxeter/errors-channel v0.1.0
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/viper v1.3.1
github.com/stretchr/testify v1.3.0 // indirect
go.elastic.co/apm/module/apmgrpc v1.2.0
go.elastic.co/apm/module/apmhttp v1.2.0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/automaxprocs v1.2.0
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect
google.golang.org/grpc v1.18.0
)