From c2721421e83e75166097ab40a1708a27a1449fde Mon Sep 17 00:00:00 2001 From: mic <562710164> Date: Thu, 9 Feb 2023 13:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0go-zero=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b4b52b5..ef172c1 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,8 @@ go 1.17 require ( github.com/gobwas/ws v1.1.0 github.com/panjf2000/gnet/v2 v2.2.5 - github.com/zeromicro/go-zero v1.4.2 + github.com/zeromicro/go-zero v1.4.4 + ) require ( @@ -15,7 +16,6 @@ require ( github.com/mattn/go-colorable v0.1.9 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/panjf2000/ants/v2 v2.7.1 // indirect - github.com/pelletier/go-toml/v2 v2.0.5 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect go.opentelemetry.io/otel v1.11.0 // indirect go.opentelemetry.io/otel/trace v1.11.0 // indirect @@ -25,5 +25,4 @@ require ( go.uber.org/zap v1.21.0 // indirect golang.org/x/sys v0.3.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect )