Compare commits

...

2 Commits
main ... v1.5.3

Author SHA1 Message Date
AI Engineer
60c6c4c3e3 chore: align infrastructure to v1.5.x (by AI) 2026-06-11 20:37:02 +08:00
AI Engineer
358d9876e0 chore: align infrastructure to v1.5.3 (by AI) 2026-06-11 19:00:45 +08:00
2 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,8 @@
# Changelog: @go/crypto-sm
## v1.5.3 (2026-06-11)
- **版本对齐**: 基础设施全局对齐 v1.5.3。
## v1.5.2 (2026-06-08)
- **JS 对齐 & 重命名**:
- 注册模块名更正为极简的 `"sm"`

12
go.mod
View File

@ -3,16 +3,16 @@ module apigo.cc/go/crypto-sm
go 1.25.0
require (
apigo.cc/go/cast v1.5.0
apigo.cc/go/crypto v1.5.0
apigo.cc/go/encoding v1.5.0
apigo.cc/go/jsmod v1.5.0
apigo.cc/go/safe v1.5.0
apigo.cc/go/cast v1.5.2
apigo.cc/go/crypto v1.5.2
apigo.cc/go/encoding v1.5.3
apigo.cc/go/jsmod v1.5.2
apigo.cc/go/safe v1.5.1
github.com/emmansun/gmsm v0.28.0
)
require (
apigo.cc/go/rand v1.5.0 // indirect
apigo.cc/go/rand v1.5.2
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sys v0.45.0 // indirect
)