fix for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-12-16 15:27:02 +03:00
parent 8bcc645147
commit 80842ca667
3 changed files with 11 additions and 7 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module go.unistack.org/micro-client-drpc/v3
go 1.16
require (
go.unistack.org/micro/v3 v3.8.11
go.unistack.org/micro/v3 v3.8.12
storj.io/drpc v0.0.26
)