prox5/go.mod

46 lines
1.3 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.9.7
2023-02-25 10:53:05 +00:00
git.tcp.direct/kayos/go-socks5 v0.3.0
git.tcp.direct/kayos/socks v0.1.3
github.com/gdamore/tcell/v2 v2.7.1
github.com/miekg/dns v1.1.58
github.com/ooni/oohttp v0.6.7
2022-12-27 12:47:37 +00:00
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/panjf2000/ants/v2 v2.9.1
github.com/refraction-networking/utls v1.6.0
2023-02-09 14:23:27 +00:00
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
github.com/yunginnanet/Rate5 v1.3.0
golang.org/x/net v0.25.0
2021-09-12 02:59:05 +00:00
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
2022-10-16 12:56:40 +00:00
github.com/gdamore/encoding v1.0.0 // indirect
github.com/klauspost/compress v1.16.7 // 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.15 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/quic-go/quic-go v0.37.4 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.17.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
v0.9.43 // woops didn't unlock mutex
2023-09-07 07:07:13 +00:00
v0.9.5 // premature
v0.8.4
2022-12-27 16:26:31 +00:00
)