2021-10-03 18:30:56 +03:00
|
|
|
module go.unistack.org/micro-broker-kgo/v3
|
2021-07-10 23:41:21 +03:00
|
|
|
|
2022-04-05 15:38:10 +03:00
|
|
|
go 1.17
|
2021-07-10 23:41:21 +03:00
|
|
|
|
|
|
|
require (
|
2022-12-27 00:26:08 +03:00
|
|
|
github.com/twmb/franz-go v1.10.4
|
2022-08-23 14:18:10 +03:00
|
|
|
github.com/twmb/franz-go/pkg/kmsg v1.2.0
|
2022-12-28 14:04:03 +03:00
|
|
|
go.unistack.org/micro/v3 v3.9.18
|
2021-07-10 23:41:21 +03:00
|
|
|
)
|
2022-04-05 15:38:10 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-11-15 14:03:09 +03:00
|
|
|
github.com/google/gnostic v0.6.9 // indirect
|
2022-08-23 14:18:10 +03:00
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
2022-11-15 14:03:09 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.3.1 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-06-27 14:21:53 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
2022-04-05 15:38:10 +03:00
|
|
|
)
|