You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
159 B
9 lines
159 B
1 year ago
|
module RegelaSocks5-proxyserver
|
||
|
|
||
|
go 1.22.5
|
||
|
|
||
|
require (
|
||
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
||
|
golang.org/x/net v0.27.0
|
||
|
)
|