fix build, add comments
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
7
go.mod
7
go.mod
@@ -3,7 +3,10 @@ module github.com/unistack-org/micro-broker-kgo/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/twmb/franz-go v0.8.6
|
||||
github.com/unistack-org/micro/v3 v3.5.4
|
||||
github.com/klauspost/compress v1.13.3 // indirect
|
||||
github.com/pierrec/lz4/v4 v4.1.8 // indirect
|
||||
github.com/twmb/franz-go v0.9.0
|
||||
github.com/unistack-org/micro/v3 v3.6.1
|
||||
)
|
||||
|
Reference in New Issue
Block a user