Change socks5 lib from armon/go-socks5 to wzshiming/socks5

This does not appear to affect wireproxy yet,
but opens the door for better support
This commit is contained in:
Jonathan Rubenstein 2022-10-07 12:22:16 +03:00
parent 6b83c00c46
commit 699b440c0f
3 changed files with 10 additions and 11 deletions

2
go.mod
View file

@ -5,8 +5,8 @@ go 1.18
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/akamensky/argparse v1.3.1
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/go-ini/ini v1.66.4
github.com/wzshiming/socks5 v0.4.1
golang.zx2c4.com/wireguard v0.0.0-20220829161405-d1d08426b27b
suah.dev/protect v1.2.0
)