添加文件: xy_sh/go.mod

This commit is contained in:
renzhiyuan 2026-07-24 11:54:40 +08:00
commit 6526404b5c
1 changed files with 8 additions and 0 deletions

8
xy_sh/go.mod Normal file
View File

@ -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
)