module github.com/twmb/franz-go

go 1.25.0

require (
	github.com/klauspost/compress v1.18.6
	github.com/pierrec/lz4/v4 v4.1.26
	github.com/twmb/franz-go/pkg/kmsg v1.13.1
	golang.org/x/crypto v0.51.0
)

retract v1.11.4 // This version is actually a breaking change and requires a major version change.
