forked from serjs/socks5-server
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
17 lines (14 loc) · 792 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/dddpaul/socks5-server
go 1.17
require github.com/getlantern/go-socks5 v0.0.0-20171114193258-79d4dd3e2db5
require (
github.com/getlantern/context v0.0.0-20160525112039-624d99b1798d // indirect
github.com/getlantern/errors v0.0.0-20171205155502-e9c0296368b7 // indirect
github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5 // indirect
github.com/getlantern/hex v0.0.0-20160523043825-083fba3033ad // indirect
github.com/getlantern/hidden v0.0.0-20160523043807-d52a649ab33a // indirect
github.com/getlantern/netx v0.0.0-20171024203529-06a8a15aede9 // indirect
github.com/getlantern/ops v0.0.0-20170904182230-37353306c908 // indirect
github.com/getlantern/stack v1.5.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 // indirect
)