对齐 Tag v1.3.0 (By AI)

This commit is contained in:
AI Engineer 2026-05-10 15:48:17 +08:00
parent 1b59e68b9b
commit 7d43ce2c47
2 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.ai/
.geminiignore

10
go.mod
View File

@ -3,15 +3,15 @@ module apigo.cc/go/crypto-sm
go 1.25.0
require (
apigo.cc/go/cast v1.2.10
apigo.cc/go/crypto v1.1.1
apigo.cc/go/encoding v1.1.2
apigo.cc/go/safe v1.0.7
apigo.cc/go/cast v1.3.0
apigo.cc/go/crypto v1.3.0
apigo.cc/go/encoding v1.3.0
apigo.cc/go/safe v1.3.0
github.com/emmansun/gmsm v0.28.0
)
require (
apigo.cc/go/rand v1.0.6 // indirect
apigo.cc/go/rand v1.3.0 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/sys v0.44.0 // indirect
)