Update module github.com/cloudwego/hertz to v0.10.1

This commit is contained in:
2025-07-03 00:03:53 +00:00
parent 58c1d19469
commit b19c65c14c
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -2,7 +2,7 @@ module git.liteyuki.org/LiteyukiStudio/new-domain-redir
go 1.23.3
require github.com/cloudwego/hertz v0.10.0
require github.com/cloudwego/hertz v0.10.1
require (
github.com/bytedance/gopkg v0.1.1 // indirect
@ -21,5 +21,5 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/sys v0.24.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)