增加HTTP2多路复用的支持

This commit is contained in:
user123456
2025-07-27 10:25:52 +08:00
parent 75e37158ef
commit 1881b5b1ba
5 changed files with 53 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/google/go-containerregistry v0.20.5
github.com/pelletier/go-toml/v2 v2.2.3
golang.org/x/net v0.33.0
golang.org/x/time v0.11.0
)