From 30b98f3771cbc83b4561d4c1b68fe7d3ea8a80ca Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Mon, 27 Jul 2026 10:11:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6:=20xy=5Fsh?= =?UTF-8?q?/go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xy_sh/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xy_sh/go.mod diff --git a/xy_sh/go.mod b/xy_sh/go.mod new file mode 100644 index 0000000..fcbfa19 --- /dev/null +++ b/xy_sh/go.mod @@ -0,0 +1,8 @@ +module xy_sh + +go 1.26 + +require ( + github.com/gofiber/fiber/v2 v2.52.0 + github.com/tjfoc/gmsm v1.4.1 +) \ No newline at end of file