Takahiro Suzuki | 241c10e | 2020-12-17 20:17:57 +0900 | [diff] [blame] | 1 | module github.com/Shopify/sarama |
| 2 | |
| 3 | require ( |
| 4 | github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 |
| 5 | github.com/Shopify/toxiproxy v2.1.4+incompatible |
| 6 | github.com/davecgh/go-spew v1.1.1 |
| 7 | github.com/eapache/go-resiliency v1.1.0 |
| 8 | github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 |
| 9 | github.com/eapache/queue v1.1.0 |
| 10 | github.com/golang/snappy v0.0.1 // indirect |
| 11 | github.com/hashicorp/go-uuid v1.0.1 // indirect |
| 12 | github.com/jcmturner/gofork v0.0.0-20190328161633-dc7c13fece03 |
| 13 | github.com/pierrec/lz4 v0.0.0-20190327172049-315a67e90e41 |
| 14 | github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a |
| 15 | github.com/stretchr/testify v1.3.0 |
| 16 | github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c |
| 17 | github.com/xdg/stringprep v1.0.0 // indirect |
| 18 | golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect |
| 19 | golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 |
| 20 | gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect |
| 21 | gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect |
| 22 | gopkg.in/jcmturner/gokrb5.v7 v7.2.3 |
| 23 | gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect |
| 24 | ) |