Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 1 | module github.com/Shopify/sarama |
| 2 | |
khenaidoo | 7d3c558 | 2021-08-11 18:09:44 -0400 | [diff] [blame] | 3 | go 1.13 |
| 4 | |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 5 | require ( |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 6 | github.com/Shopify/toxiproxy v2.1.4+incompatible |
| 7 | github.com/davecgh/go-spew v1.1.1 |
khenaidoo | 7d3c558 | 2021-08-11 18:09:44 -0400 | [diff] [blame] | 8 | github.com/eapache/go-resiliency v1.2.0 |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 9 | github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 |
| 10 | github.com/eapache/queue v1.1.0 |
khenaidoo | 7d3c558 | 2021-08-11 18:09:44 -0400 | [diff] [blame] | 11 | github.com/fortytw2/leaktest v1.3.0 |
| 12 | github.com/frankban/quicktest v1.11.3 // indirect |
| 13 | github.com/jcmturner/gofork v1.0.0 |
| 14 | github.com/jcmturner/gokrb5/v8 v8.4.2 |
| 15 | github.com/klauspost/compress v1.12.2 |
| 16 | github.com/kr/text v0.2.0 // indirect |
| 17 | github.com/pierrec/lz4 v2.6.0+incompatible |
| 18 | github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 |
| 19 | github.com/stretchr/testify v1.7.0 |
| 20 | github.com/xdg/scram v1.0.3 |
| 21 | github.com/xdg/stringprep v1.0.3 // indirect |
| 22 | golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect |
| 23 | golang.org/x/net v0.0.0-20210614182718-04defd469f4e |
| 24 | golang.org/x/text v0.3.6 // indirect |
| 25 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 26 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 27 | gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 28 | ) |