From b62c2ebb2ed192a77b55faabefe990828444261e Mon Sep 17 00:00:00 2001 From: mic <562710164> Date: Thu, 9 Feb 2023 13:38:30 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ef172c1..418a3e0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.yhrjkj.com/YuanHong/YHEchoPackage -go 1.17 +go 1.20 require ( github.com/gobwas/ws v1.1.0