chore: align infrastructure to v1.5.4 (by AI)
This commit is contained in:
parent
a97e1f50bf
commit
03aeb5627e
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## v1.5.4 (2026-06-11)
|
||||
- **版本对齐**: 基础设施全局对齐 v1.5.4。
|
||||
|
||||
## v1.5.3 (2026-06-09)
|
||||
- **版本对齐**: 基础设施全局对齐 v1.5.3。
|
||||
|
||||
## v1.5.2 (2026-06-08)
|
||||
- **JS 对齐**: 将所有注册到 `jsmod` 的导出方法名统一为 PascalCase(如 `Read`, `Write`, `GetFileInfo`),消除 JS 环境下的调用摩擦。
|
||||
|
||||
|
||||
10
go.mod
10
go.mod
@ -3,15 +3,15 @@ module apigo.cc/go/file
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast 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/encoding v1.5.3
|
||||
apigo.cc/go/jsmod v1.5.3
|
||||
apigo.cc/go/safe v1.5.1
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/rand v1.5.0 // indirect
|
||||
apigo.cc/go/rand v1.5.2
|
||||
github.com/kr/pretty v0.3.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
||||
golang.org/x/crypto v0.52.0 // indirect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user