-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
28 lines (26 loc) · 1.1 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
module github.com/event-exporter
go 1.13
require (
github.com/aws/aws-sdk-go v1.26.4
github.com/crewjam/rfc5424 v0.0.0-20180723152949-c25bdd3a0ba2
github.com/eapache/channels v1.1.0
github.com/eapache/queue v1.1.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/uuid v1.1.1
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/json-iterator/go v1.1.8
github.com/nytlabs/gojsonexplode v0.0.0-20160201065013-0f3fe6bb573f
github.com/satori/go.uuid v1.2.0
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.5.0
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
k8s.io/api v0.0.0-20191121015604-11707872ac1c
k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
)