forked from mailgun/kafka-pixy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.11 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
29
30
31
module github.com/mailgun/kafka-pixy
go 1.12
require (
github.com/Shopify/sarama v1.23.1
github.com/davecgh/go-spew v1.1.1
github.com/fatih/structs v1.1.0 // indirect
github.com/go-ini/ini v1.46.0 // indirect
github.com/golang/protobuf v1.3.2
github.com/gorilla/mux v1.7.3
github.com/mailgun/holster v3.0.0+incompatible
github.com/mailgun/holster/v3 v3.8.0
github.com/mailgun/logrus-hooks v1.2.1
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
github.com/onsi/ginkgo v1.9.0 // indirect
github.com/onsi/gomega v1.6.0 // indirect
github.com/pkg/errors v0.8.1
github.com/samuel/go-zookeeper v0.0.0-20190810000440-0ceca61e4d75
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/thrawn01/args v0.3.0
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
google.golang.org/grpc v1.23.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/ini.v1 v1.46.0 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)