添加文件: xy_sh/go.mod

This commit is contained in:
renzhiyuan 2026-07-23 18:42:11 +08:00
commit 747a9702c1
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.5
github.com/tjfoc/gmsm v1.4.1
)