chore: align infrastructure to v1.5.3 (by AI)

This commit is contained in:
AI Engineer 2026-06-11 19:00:45 +08:00
parent 46f9b1f6d9
commit 358d9876e0
2 changed files with 9 additions and 6 deletions

View File

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

12
go.mod
View File

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