forked from juneym/gor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 1.17 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
module github.com/buger/goreplay
go 1.12
require (
github.com/Shopify/sarama v1.11.0
github.com/araddon/gou v0.0.0-20190110011759-c797efecbb61 // indirect
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/eapache/go-resiliency v0.0.0-20160104191539-b86b1ec0dd42 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/golang/snappy v0.0.0-20160529050041-d9eb7a3d35ec // indirect
github.com/google/gopacket v0.0.0-20190211013929-f86faeb88894
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
github.com/kr/pretty v0.0.0-20130510082846-bc9499caa0f4 // indirect
github.com/kr/text v0.0.0-20130911015532-6807e777504f // indirect
github.com/mattbaird/elastigo v0.0.0-20170123220020-2fe47fd29e4b
github.com/pierrec/lz4 v0.0.0-20161206202305-5c9560bfa9ac // indirect
github.com/pierrec/xxHash v0.0.0-20160112165351-5a004441f897 // indirect
github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5 // indirect
golang.org/x/sys v0.0.0-20170201051245-7a6e5648d140 // indirect
)