replace socks server implementation

This commit is contained in:
Vladislav Yarmak
2025-11-20 01:25:35 +02:00
parent 19ecb623ea
commit 99f5c114bc
3 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -6,9 +6,9 @@ toolchain go1.24.2
require (
github.com/Snawoot/go-http-digest-auth-client v1.1.3
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/hashicorp/go-multierror v1.1.1
github.com/ncruces/go-dns v1.2.7
github.com/things-go/go-socks5 v0.1.0
golang.org/x/net v0.47.0
)