The Wayback Machine - https://web.archive.org/web/20220705102309/https://github.com/segmentio/kafka-go/blob/main/go.mod
Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
module github.com/segmentio/kafka-go
go 1.15
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.14.2
github.com/pierrec/lz4/v4 v4.1.14
github.com/stretchr/testify v1.7.1
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
github.com/xdg/stringprep v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99 // indirect
)