This commit is contained in:
xkm
2025-11-12 19:55:29 +08:00
commit deec440038
7 changed files with 319 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module work3
go 1.25.4
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
)