update codec

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-11-24 16:25:09 +03:00
parent abfcb0c83e
commit 6c7986505f
4 changed files with 109 additions and 85 deletions

3
go.mod
View File

@@ -4,7 +4,6 @@ go 1.15
require (
github.com/golang/protobuf v1.4.3
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/unistack-org/micro/v3 v3.0.0-gamma
github.com/unistack-org/micro/v3 v3.0.2-0.20201124121447-71d82e9d5b25
google.golang.org/protobuf v1.25.0
)