|
@@ -3,7 +3,6 @@ module github.com/Shopify/sarama
|
|
|
go 1.13
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
require (
|
|
|
- github.com/DataDog/zstd v1.4.0
|
|
|
|
|
github.com/Shopify/toxiproxy v2.1.4+incompatible
|
|
github.com/Shopify/toxiproxy v2.1.4+incompatible
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
github.com/eapache/go-resiliency v1.1.0
|
|
github.com/eapache/go-resiliency v1.1.0
|
|
@@ -14,6 +13,7 @@ require (
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
|
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
|
|
github.com/jcmturner/gofork v0.0.0-20190328161633-dc7c13fece03 // indirect
|
|
github.com/jcmturner/gofork v0.0.0-20190328161633-dc7c13fece03 // indirect
|
|
|
|
|
+ github.com/klauspost/compress v1.8.2
|
|
|
github.com/pierrec/lz4 v2.2.6+incompatible
|
|
github.com/pierrec/lz4 v2.2.6+incompatible
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
|
|
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
|
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/stretchr/testify v1.3.0
|