-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 968 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (22 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/wupeaking/kafkainfo
go 1.12
require (
github.com/Shopify/sarama v1.24.1
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/gizak/termui v2.3.0+incompatible
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/crc32 v1.2.0 // indirect
github.com/maruel/panicparse v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317 // indirect
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v1.22.1
github.com/wupeaking/logrus v0.11.0
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
)