fix(logger): fix module path for zerolog

fix typo for module path for zerolog, also updated deps to latest go-micro deps
This commit is contained in:
Sumanth Chinthagunta 2020-02-16 11:36:18 -08:00 committed by Vasiliy Tolstov
parent 4e15f73202
commit cf98ce105a

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/micro/go-plugins/logger/zap/v2
module github.com/micro/go-plugins/logger/zerolog/v2
go 1.13