chore(config): 对齐依赖版本并更新文档(by AI)

This commit is contained in:
AI Engineer 2026-06-21 10:15:53 +08:00
parent 604d0ba7b8
commit 35478a2294
3 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,8 @@
# 更新日志 (Changelog)
## [1.5.3] - 2026-06-21
- **依赖更新**: 升级依赖 `jsmod``v1.5.3``cast``v1.5.3``rand``v1.5.3``encoding``v1.5.4``safe``v1.5.2``file``v1.5.5`
## [1.5.2] - 2026-06-11
- **版本对齐**: 基础设施全局对齐 v1.5.2。

View File

@ -18,8 +18,11 @@
goos: darwin
goarch: amd64
pkg: apigo.cc/go/config
BenchmarkLoad-16 6255 164111 ns/op
BenchmarkApplyEnvOverrides-16 294292 3592 ns/op
cpu: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
BenchmarkLoad-16 6528 203919 ns/op
BenchmarkApplyEnvOverrides-16 269470 5103 ns/op
PASS
ok apigo.cc/go/config 3.097s
```
*注:基准测试反映了在 Intel i9-9980HK 上的性能表现。*

12
go.mod
View File

@ -3,16 +3,16 @@ module apigo.cc/go/config
go 1.25.0
require (
apigo.cc/go/cast v1.5.2
apigo.cc/go/file v1.5.4
apigo.cc/go/cast v1.5.3
apigo.cc/go/file v1.5.5
)
require apigo.cc/go/jsmod v1.5.2
require apigo.cc/go/jsmod v1.5.3
require (
apigo.cc/go/encoding v1.5.3
apigo.cc/go/rand v1.5.2
apigo.cc/go/safe v1.5.1
apigo.cc/go/encoding v1.5.4
apigo.cc/go/rand v1.5.3
apigo.cc/go/safe v1.5.2
github.com/kr/text v0.2.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sys v0.45.0 // indirect