From 6526404b5c639304ca245b2092fd688d0ce3dea6 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Fri, 24 Jul 2026 11:54:40 +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..b7e717d --- /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.6 + github.com/tjfoc/gmsm v1.4.1 +) \ No newline at end of file