diff --git a/CHANGELOG.md b/CHANGELOG.md index c75ab45..902704f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - **H2C Server**: 原生支持 HTTP/2 Cleartext (h2c) 服务端协议,提升微服务间通信性能。 ### Changed -- **Infrastructure Alignment**: `go.mod` 引入 `golang.org/x/net` 以支持 H2C。 +- **Infrastructure Alignment**: `go.mod` 引入 `golang.org/x/net` 以支持 H2C,升级 `go/discover` 至 `v1.0.9`。 - **IO Security**: 持续优化 `go/file` 在静态文件服务中的应用。 ## v1.0.2 (2026-05-09) diff --git a/go.mod b/go.mod index 910a180..f007c4a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( apigo.cc/go/cast v1.2.8 apigo.cc/go/config v1.0.7 - apigo.cc/go/discover v1.0.7 + apigo.cc/go/discover v1.0.9 apigo.cc/go/file v1.0.7 apigo.cc/go/http v1.0.10 apigo.cc/go/id v1.0.5