From 747a9702c1921cdfc8a22a090ea7bd952d2dd902 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Thu, 23 Jul 2026 18:42:11 +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..c5fd170 --- /dev/null +++ b/xy_sh/go.mod @@ -0,0 +1,8 @@ +module xy_sh + +go 1.23 + +require ( + github.com/gofiber/fiber/v2 v2.52.5 + github.com/tjfoc/gmsm v1.4.1 +) \ No newline at end of file