16 lines
287 B
Modula-2
Executable File
16 lines
287 B
Modula-2
Executable File
module wdd.io/socks5
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.51
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
)
|
|
|
|
require (
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
golang.org/x/tools v0.3.0 // indirect
|
|
)
|