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-06-25 22:48:19 +03:00
|
|
|
github.com/twmb/franz-go v1.6.0
|
2022-06-25 22:47:34 +03:00
|
|
|
github.com/twmb/franz-go/pkg/kmsg v1.1.0
|
2022-05-03 14:17:51 +03:00
|
|
|
go.unistack.org/micro/v3 v3.9.8
|
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
|
|
|
|
github.com/google/gnostic v0.6.8 // indirect
|
2022-06-25 22:48:19 +03:00
|
|
|
github.com/klauspost/compress v1.15.4 // indirect
|
2022-04-05 15:38:10 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.14 // indirect
|
|
|
|
go.unistack.org/micro-proto/v3 v3.2.7 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|