chore(safe): 对齐依赖版本至 v1.5.2(by AI)

This commit is contained in:
AI Engineer 2026-06-21 10:12:57 +08:00
parent 98b764af98
commit 13e7148167
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# Changelog: @go/safe
## v1.5.2 (2026-06-21)
- **依赖对齐**:
- 升级 `jsmod` 依赖至 v1.5.3`cast` 依赖至 v1.5.3`rand` 依赖至 v1.5.3。
## v1.5.1 (2026-06-11)
- **版本对齐**: 基础设施全局对齐 v1.5.1。

6
go.mod
View File

@ -3,11 +3,11 @@ module apigo.cc/go/safe
go 1.25.0
require (
apigo.cc/go/rand v1.5.2
apigo.cc/go/rand v1.5.3
golang.org/x/crypto v0.52.0
golang.org/x/sys v0.45.0
)
require apigo.cc/go/cast v1.5.2
require apigo.cc/go/cast v1.5.3
require apigo.cc/go/jsmod v1.5.2
require apigo.cc/go/jsmod v1.5.3