16 lines
367 B
Modula-2
16 lines
367 B
Modula-2
module git.sunturtle.xyz/zephyr/kaiyan
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/twmb/franz-go v1.18.1
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect
|
|
)
|