mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-06-28 08:58:02 +02:00
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:
parent
6b83c00c46
commit
699b440c0f
3 changed files with 10 additions and 11 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue