feat: add router handler & connector

This commit is contained in:
ginuerzh
2025-02-07 15:51:51 +08:00
parent 982a93eee4
commit f66fce9d49
4 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ go 1.23.0
toolchain go1.23.4
require (
github.com/go-gost/core v0.2.1
github.com/go-gost/x v0.4.2
github.com/go-gost/core v0.3.0
github.com/go-gost/x v0.5.0
github.com/judwhite/go-svc v1.2.1
)