chore(starter): 对齐依赖版本并更新文档(by AI)
This commit is contained in:
parent
060b3d3369
commit
a97cfdb7fc
@ -1,5 +1,13 @@
|
||||
# Changelog: @go/starter
|
||||
|
||||
## v1.5.5 (2026-06-21)
|
||||
- **依赖对齐**:
|
||||
- 升级依赖 `jsmod` 至 `v1.5.3`, `cast` 至 `v1.5.3`, `rand` 至 `v1.5.3`, `encoding` 至 `v1.5.4`, `shell` 至 `v1.5.3`, `safe` 至 `v1.5.2`, `id` 至 `v1.5.4`, `crypto` 至 `v1.5.3`, `file` 至 `v1.5.5`, `config` 至 `v1.5.3`, `log` 至 `v1.5.8`。
|
||||
|
||||
## v1.5.4 (2026-06-11)
|
||||
- **依赖对齐**:
|
||||
- 对齐基础设施依赖到 v1.5.x。
|
||||
|
||||
## v1.5.3 (2026-06-07)
|
||||
- **重大架构更迭: 引入 Start/Wait 编排模式与生命周期钩子**:
|
||||
- **废弃 `Run()`**: 彻底移除黑盒式的 `Run()` 方法,改为显式的 `Start()` (解析与非阻塞启动) 与 `Wait()` (阻塞与信号处理) 模式。
|
||||
|
||||
22
go.mod
22
go.mod
@ -3,21 +3,21 @@ module apigo.cc/go/starter
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/crypto v1.5.2
|
||||
apigo.cc/go/id v1.5.3
|
||||
apigo.cc/go/log v1.5.6
|
||||
apigo.cc/go/crypto v1.5.3
|
||||
apigo.cc/go/id v1.5.4
|
||||
apigo.cc/go/log v1.5.8
|
||||
)
|
||||
|
||||
require apigo.cc/go/jsmod v1.5.2 // indirect
|
||||
require apigo.cc/go/jsmod v1.5.3 // indirect
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.5.2 // indirect
|
||||
apigo.cc/go/config v1.5.2 // indirect
|
||||
apigo.cc/go/encoding v1.5.3 // indirect
|
||||
apigo.cc/go/file v1.5.4 // indirect
|
||||
apigo.cc/go/rand v1.5.2 // indirect
|
||||
apigo.cc/go/safe v1.5.1 // indirect
|
||||
apigo.cc/go/shell v1.5.2 // indirect
|
||||
apigo.cc/go/cast v1.5.3 // indirect
|
||||
apigo.cc/go/config v1.5.3 // indirect
|
||||
apigo.cc/go/encoding v1.5.4 // indirect
|
||||
apigo.cc/go/file v1.5.5 // indirect
|
||||
apigo.cc/go/rand v1.5.3 // indirect
|
||||
apigo.cc/go/safe v1.5.2 // indirect
|
||||
apigo.cc/go/shell v1.5.3 // indirect
|
||||
golang.org/x/crypto v0.52.0 // indirect
|
||||
golang.org/x/sys v0.45.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user