use micro logger instead of hclog.Logger

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-12-09 13:15:36 +03:00
parent e4dca0ce20
commit 883757b7f8
4 changed files with 141 additions and 4 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.15
require (
github.com/hashicorp/consul/api v1.8.0
github.com/hashicorp/go-hclog v0.15.0
github.com/pkg/errors v0.9.1 // indirect
github.com/unistack-org/micro/v3 v3.0.2-0.20201207213837-b7b28f6b9add
)