prox5/go.mod

42 lines
1.2 KiB
Modula-2
Raw Normal View History

2022-05-23 01:05:50 +00:00
module git.tcp.direct/kayos/prox5
2021-09-12 02:59:05 +00:00
2022-09-22 23:45:15 +00:00
go 1.19
2021-09-12 02:59:05 +00:00
require (
git.tcp.direct/kayos/common v0.8.2
2023-02-25 10:53:05 +00:00
git.tcp.direct/kayos/go-socks5 v0.3.0
2023-01-25 20:28:39 +00:00
git.tcp.direct/kayos/socks v0.1.1
github.com/gdamore/tcell/v2 v2.6.0
github.com/miekg/dns v1.1.52
github.com/ooni/oohttp v0.5.2
2022-12-27 12:47:37 +00:00
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/panjf2000/ants/v2 v2.7.2
github.com/refraction-networking/utls v1.3.0
2023-02-09 14:23:27 +00:00
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
2022-12-27 12:47:37 +00:00
github.com/yunginnanet/Rate5 v1.2.1
golang.org/x/net v0.8.0
2021-09-12 02:59:05 +00:00
)
require (
2022-09-22 23:24:35 +00:00
github.com/andybalholm/brotli v1.0.4 // indirect
2022-10-16 12:56:40 +00:00
github.com/gdamore/encoding v1.0.0 // indirect
github.com/klauspost/compress v1.15.15 // indirect
2022-10-16 12:56:40 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
2022-05-30 10:42:18 +00:00
nullprogram.com/x/rng v1.1.0 // indirect
)
2022-12-27 15:40:21 +00:00
2022-12-27 16:26:31 +00:00
retract (
v1.2.2 // cleanup
v1.2.1 // accident
2023-01-31 09:21:29 +00:00
v0.8.4
2022-12-27 16:26:31 +00:00
)