add custom http response header for reverse proxy

This commit is contained in:
ginuerzh
2024-11-07 11:08:38 +08:00
parent 72f185bbf6
commit b3eeb338fb
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ go 1.22
toolchain go1.22.2
require (
github.com/go-gost/core v0.1.8
github.com/go-gost/x v0.2.15
github.com/go-gost/core v0.1.9
github.com/go-gost/x v0.2.16
github.com/judwhite/go-svc v1.2.1
)