fix logger usage after update

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-05 09:38:06 +03:00
parent 19e0b3a721
commit 8285d1378d
4 changed files with 31 additions and 7 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/unistack-org/micro-router-registry
go 1.15
require (
github.com/google/uuid v1.1.1
github.com/unistack-org/micro/v3 v3.0.0-20200828085518-2c136b005edd
github.com/google/uuid v1.1.2
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20200904234316-e7d418183b62
)