-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
64 lines (60 loc) · 1.68 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module git.tcp.direct/kayos/prox5
go 1.19
require (
git.tcp.direct/kayos/common v0.9.7
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.59
github.com/ooni/oohttp v0.6.7
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
github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854
github.com/yunginnanet/Rate5 v1.3.0
golang.org/x/net v0.25.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
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.16.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.19.0 // indirect
nullprogram.com/x/rng v1.1.0 // indirect
)
retract (
v1.2.2
v1.2.1
v0.9.55
v0.9.54
v0.9.53
v0.9.52
v0.9.51
v0.9.45-0.20230829204418-17ccc7b9a09d
v0.9.44
v0.9.43
v0.9.43
v0.9.42
v0.9.41
v0.9.32-0.20230225131133-5840ef259e1e
v0.9.32-0.20230225110043-d8f03bc8c6c8
v0.9.32-0.20230225105305-4246210cda77
v0.9.32-0.20230225104818-e7e934154ac2
v0.9.31
v0.9.5
v0.9.5-0.20230205030612-6ed439457baa
v0.9.5-0.20230131103931-25c45c57d5a1
v0.9.5-0.20230131102049-cd7067a868b9
v0.9.3
v0.8.4
)