Fix write socks5 username password auth request

This commit is contained in:
世界
2022-08-20 12:30:16 +08:00
parent 84e4677a94
commit b797cdf91e
4 changed files with 18 additions and 18 deletions

6
go.mod
View File

@@ -15,12 +15,12 @@ require (
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/oschwald/maxminddb-golang v1.10.0
github.com/sagernet/certmagic v0.0.0-20220819042630-4a57f8b6853a
github.com/sagernet/netlink v0.0.0-20220820040938-560ab95cda9e
github.com/sagernet/netlink v0.0.0-20220820041223-3cd8365d17ac
github.com/sagernet/quic-go v0.0.0-20220818150011-de611ab3e2bb
github.com/sagernet/sing v0.0.0-20220819160035-717bc38fd35c
github.com/sagernet/sing v0.0.0-20220820042914-5304a2876b82
github.com/sagernet/sing-dns v0.0.0-20220819010310-839eab1578c9
github.com/sagernet/sing-shadowsocks v0.0.0-20220819002358-7461bb09a8f6
github.com/sagernet/sing-tun v0.0.0-20220820022232-9e535150dbff
github.com/sagernet/sing-tun v0.0.0-20220820052551-0ea2fbc27855
github.com/sagernet/sing-vmess v0.0.0-20220811135656-4f3f07acf9c4
github.com/sagernet/smux v0.0.0-20220812084127-e2d085ee3939
github.com/spf13/cobra v1.5.0