zenbook migration
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
module kafka
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require (
|
||||
github.com/twmb/franz-go v1.17.1
|
||||
github.com/twmb/franz-go/pkg/kadm v1.13.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/klauspost/compress v1.17.8 // indirect
|
||||
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
||||
github.com/twmb/franz-go/pkg/kmsg v1.8.0 // indirect
|
||||
golang.org/x/crypto v0.23.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user