Add support for SOCKS5 proxies.

This commit is contained in:
Martin Dosch
2024-01-13 14:05:35 +01:00
parent 3f0cbac307
commit 7bfa331758
3 changed files with 32 additions and 13 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/xmppo/go-xmpp
go 1.21.5
require golang.org/x/crypto v0.18.0
require (
golang.org/x/crypto v0.18.0
golang.org/x/net v0.10.0
)