-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (25 loc) · 933 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
27
module github.com/1infras/go-kit
go 1.13
require (
github.com/Shopify/sarama v1.27.2
github.com/elastic/go-elasticsearch/v7 v7.10.0
github.com/elastic/go-sysinfo v1.4.0 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
github.com/go-redis/redis/v8 v8.3.3
github.com/gorilla/mux v1.8.0
github.com/hashicorp/consul/api v1.7.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.1.3 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/urfave/negroni v1.0.0
go.elastic.co/apm v1.9.0
go.elastic.co/apm/module/apmelasticsearch v1.8.0
go.elastic.co/apm/module/apmgoredisv8 v1.9.0
go.elastic.co/apm/module/apmgorilla v1.8.0
go.elastic.co/apm/module/apmzap v1.8.0
go.uber.org/zap v1.15.0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)