Vasiliy Tolstov
2c8ca8d14f
Some checks failed
codeql / analyze (go) (pull_request) Failing after 2m42s
prbuild / test (pull_request) Failing after 1m29s
prbuild / lint (pull_request) Failing after 2m37s
autoapprove / autoapprove (pull_request) Failing after 1m24s
automerge / automerge (pull_request) Failing after 4s
dependabot-automerge / automerge (pull_request) Has been skipped
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
15 lines
287 B
Modula-2
15 lines
287 B
Modula-2
module go.unistack.org/micro-broker-kgo/v3
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/twmb/franz-go v1.12.1
|
|
github.com/twmb/franz-go/pkg/kmsg v1.4.0
|
|
go.unistack.org/micro/v3 v3.10.23
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.16.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.17 // indirect
|
|
)
|