add http body rewrite for forward handler

This commit is contained in:
ginuerzh
2024-07-19 20:47:01 +08:00
parent 8e311e7891
commit 7a35d25c5c
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.0
github.com/go-gost/x v0.1.3
github.com/go-gost/core v0.1.1
github.com/go-gost/x v0.1.4
github.com/judwhite/go-svc v1.2.1
)