forked from vmware-archive/eventrouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 1012 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/heptiolabs/eventrouter
go 1.12
require (
github.com/Azure/azure-event-hubs-go/v2 v2.0.3
github.com/Shopify/sarama v1.23.1
github.com/aws/aws-sdk-go v1.23.2
github.com/crewjam/rfc5424 v0.0.0-20180723152949-c25bdd3a0ba2
github.com/eapache/channels v1.1.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/imdario/mergo v0.3.7 // indirect
github.com/influxdata/influxdb v1.7.7
github.com/json-iterator/go v1.1.7
github.com/kelseyhightower/envconfig v1.4.0
github.com/nytlabs/gojsonexplode v0.0.0-20160201065013-0f3fe6bb573f
github.com/prometheus/client_golang v1.1.0
github.com/rockset/rockset-go-client v0.6.0
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
github.com/spf13/viper v1.4.0
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
k8s.io/api v0.0.0-20190814101207-0772a1bdf941
k8s.io/apimachinery v0.0.0-20190814100815-533d101be9a6
k8s.io/client-go v12.0.0+incompatible
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
)