-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.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
)