forked from vmware-archive/eventrouter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.07 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.07 KB
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
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/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
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
golang.org/x/sys v0.5.0 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
k8s.io/api v0.15.10
k8s.io/apimachinery v0.15.10
k8s.io/client-go v0.15.10
k8s.io/klog v0.4.0 // indirect
k8s.io/utils v0.0.0-20190809000727-6c36bc71fc4a // indirect
)