feat: http/1.x translation to http/2.0

This commit is contained in:
2025-02-08 16:53:32 +07:00
parent 1508ade537
commit bb6e4e2568
8 changed files with 216 additions and 57 deletions

6
go.mod
View File

@ -6,6 +6,10 @@ require (
github.com/a-h/templ v0.3.833
github.com/joho/godotenv v1.5.1
golang.org/x/crypto v0.32.0
golang.org/x/net v0.33.0
)
require golang.org/x/sys v0.29.0 // indirect
require (
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)