添加文件: xy_sh/go.mod

This commit is contained in:
renzhiyuan 2026-07-27 10:11:27 +08:00
commit 30b98f3771
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.26
require (
github.com/gofiber/fiber/v2 v2.52.0
github.com/tjfoc/gmsm v1.4.1
)