summaryrefslogtreecommitdiff
path: root/go.mod
blob: 65a7ab206a106f25dad4cbef4aa9bf9d411898c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module 0xacab.org/leap/obfsvpn

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
)

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
)