forked from birdayz/kaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.47 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
32
33
34
module github.com/birdayz/kaf
go 1.12
require (
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Landoop/schema-registry v0.0.0-20190327143759-50a5701c1891
github.com/Shopify/sarama v1.23.0
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/avast/retry-go v2.4.1+incompatible
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/golang/protobuf v1.3.1
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/jhump/protoreflect v1.4.4
github.com/linkedin/goavro v2.1.0+incompatible
github.com/magiconair/properties v1.8.1
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-colorable v0.1.2
github.com/mitchellh/go-homedir v1.1.0
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
github.com/spf13/cobra v0.0.5
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/tools v0.0.0-20190712213246-8b927904ee0d // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.2
)