From cf98ce105ab98b0eecba5f66ad91005e09e4b9c2 Mon Sep 17 00:00:00 2001 From: Sumanth Chinthagunta Date: Sun, 16 Feb 2020 11:36:18 -0800 Subject: [PATCH] fix(logger): fix module path for zerolog fix typo for module path for zerolog, also updated deps to latest go-micro deps --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a141822..2dad092 100644 --- a/go.mod +++ b/go.mod @@ -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