summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-05-21 01:50:47 +0200
committeratanarjuat <atanarjuat@example.com>2022-05-21 05:04:09 +0200
commit182e3e76908f0824eac155b5e14775b50fe0aca5 (patch)
treee0d20e237ff6159b8967a3fd4592134a35bbcf77 /go.mod
parenta809112a20b31b9a4adca31ae564d943a41e9023 (diff)
simplify testing of client and server
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7ea5ce8..65a7ab2 100644
--- a/go.mod
+++ b/go.mod
@@ -4,14 +4,15 @@ go 1.17
require (
git.torproject.org/pluggable-transports/goptlib.git v1.0.0
+ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
// Do not update obfs4 past e330d1b7024b, a backwards incompatible change was
// made that will break negotiation.
gitlab.com/yawning/obfs4.git v0.0.0-20210511220700-e330d1b7024b
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)
require (
github.com/dchest/siphash v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
+ golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)