intermediate fixes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-08-22 12:10:58 +03:00
parent fc9af8c63e
commit 3f7fcaf4aa
4 changed files with 180 additions and 92 deletions

9
go.mod
View File

@@ -4,9 +4,10 @@ go 1.16
require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0
github.com/klauspost/compress v1.13.3 // indirect
github.com/klauspost/compress v1.13.4 // 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
github.com/twmb/franz-go v0.10.2-0.20210820215004-4c20135fffc1
github.com/unistack-org/micro-codec-json/v3 v3.2.5
github.com/unistack-org/micro/v3 v3.6.3
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)