fix socks5 connector

This commit is contained in:
ginuerzh
2023-10-04 16:37:10 +08:00
parent ab8d77bb5e
commit d85b8d487b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20230930094840-bf3b76a27306
github.com/go-gost/x v0.0.0-20230930095218-9d46255a182e
github.com/go-gost/x v0.0.0-20231004083417-07db20c9a895
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)