recorder: add input/output traffic stats for handler recorder object

This commit is contained in:
ginuerzh
2024-10-11 20:39:29 +08:00
parent 48b0a690c5
commit d18539ef66
4 changed files with 8 additions and 11 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ go 1.22
toolchain go1.22.2
require (
github.com/go-gost/core v0.1.6
github.com/go-gost/x v0.2.1
github.com/go-gost/core v0.1.7
github.com/go-gost/x v0.2.2
github.com/judwhite/go-svc v1.2.1
)