prox5/go.mod

26 lines
867 B
Modula-2
Raw Normal View History

2021-10-09 17:23:13 +00:00
module git.tcp.direct/kayos/Prox5
2021-09-12 02:59:05 +00:00
go 1.17
require (
2021-09-30 19:19:09 +00:00
git.tcp.direct/kayos/go-socks5 v1.0.1
github.com/mattn/go-tty v0.0.4
github.com/miekg/dns v1.1.48
github.com/panjf2000/ants/v2 v2.5.0
github.com/yunginnanet/Rate5 v0.4.4
2021-09-29 08:31:19 +00:00
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b
2021-09-12 02:59:05 +00:00
h12.io/socks v1.0.3
inet.af/netaddr v0.0.0-20210903134321-85fa6c94624e
2021-09-12 02:59:05 +00:00
)
require (
2021-09-29 08:31:19 +00:00
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)