From e1463de00d524fe1d694b78e6ce1715e429d34a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 9 Sep 2022 10:56:54 +0800 Subject: [PATCH] =?UTF-8?q?build(dep):=E6=95=B4=E7=90=86=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2de3209..d4b3ec2 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.19 require ( github.com/deckarep/golang-set/v2 v2.1.0 github.com/fufuok/utils v0.7.13 + github.com/gin-contrib/zap v0.0.2 github.com/gin-gonic/gin v1.8.1 github.com/google/uuid v1.3.0 github.com/jackc/pgx/v5 v5.0.0-beta.1 @@ -25,7 +26,6 @@ require ( require ( github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/gin-contrib/sse v0.1.0 // indirect - github.com/gin-contrib/zap v0.0.2 // indirect github.com/go-playground/locales v0.14.0 // indirect github.com/go-playground/universal-translator v0.18.0 // indirect github.com/go-playground/validator/v10 v10.11.0 // indirect