chore(service): bump discover to v1.0.9 (by AI)

This commit is contained in:
AI Engineer 2026-05-09 17:31:58 +08:00
parent 571662116c
commit 591da84018
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
- **H2C Server**: 原生支持 HTTP/2 Cleartext (h2c) 服务端协议,提升微服务间通信性能。 - **H2C Server**: 原生支持 HTTP/2 Cleartext (h2c) 服务端协议,提升微服务间通信性能。
### Changed ### 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` 在静态文件服务中的应用。 - **IO Security**: 持续优化 `go/file` 在静态文件服务中的应用。
## v1.0.2 (2026-05-09) ## v1.0.2 (2026-05-09)

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.25.0
require ( require (
apigo.cc/go/cast v1.2.8 apigo.cc/go/cast v1.2.8
apigo.cc/go/config v1.0.7 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/file v1.0.7
apigo.cc/go/http v1.0.10 apigo.cc/go/http v1.0.10
apigo.cc/go/id v1.0.5 apigo.cc/go/id v1.0.5