Pragya Arya | 324337e | 2020-02-20 14:35:08 +0530 | [diff] [blame] | 1 | module github.com/Shopify/sarama |
| 2 | |
| 3 | go 1.13 |
| 4 | |
| 5 | require ( |
| 6 | github.com/Shopify/toxiproxy v2.1.4+incompatible |
| 7 | github.com/davecgh/go-spew v1.1.1 |
| 8 | github.com/eapache/go-resiliency v1.2.0 |
| 9 | github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 |
| 10 | github.com/eapache/queue v1.1.0 |
| 11 | github.com/fortytw2/leaktest v1.3.0 |
| 12 | github.com/frankban/quicktest v1.7.2 // indirect |
| 13 | github.com/golang/snappy v0.0.1 // indirect |
| 14 | github.com/google/go-cmp v0.4.0 // indirect |
| 15 | github.com/hashicorp/go-uuid v1.0.2 // indirect |
| 16 | github.com/jcmturner/gofork v1.0.0 // indirect |
| 17 | github.com/klauspost/compress v1.9.8 |
| 18 | github.com/kr/pretty v0.2.0 // indirect |
| 19 | github.com/pierrec/lz4 v2.4.1+incompatible |
| 20 | github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 |
| 21 | github.com/stretchr/testify v1.4.0 |
| 22 | github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c |
| 23 | github.com/xdg/stringprep v1.0.0 // indirect |
| 24 | golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72 // indirect |
| 25 | golang.org/x/net v0.0.0-20200202094626-16171245cfb2 |
| 26 | golang.org/x/text v0.3.2 // indirect |
| 27 | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
| 28 | gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect |
| 29 | gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect |
| 30 | gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
| 31 | gopkg.in/jcmturner/gokrb5.v7 v7.5.0 |
| 32 | gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect |
| 33 | gopkg.in/yaml.v2 v2.2.8 // indirect |
| 34 | ) |