This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
/
go.mod
88 lines (70 loc) · 2.53 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
module github.com/e1732a364fed/v2ray_simple
go 1.19
require (
github.com/BurntSushi/toml v1.2.1
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/biter777/countries v1.5.6
github.com/dustin/go-humanize v1.0.0
github.com/e1732a364fed/ui v0.0.1-alpha.13
github.com/gobwas/ws v1.1.0
github.com/lucas-clemente/quic-go v0.0.0-00010101000000-000000000000
github.com/manifoldco/promptui v0.9.0
github.com/marten-seemann/qtls v0.10.0
github.com/mdp/qrterminal v1.0.1
github.com/miekg/dns v1.1.50
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/oschwald/maxminddb-golang v1.9.0
github.com/pires/go-proxyproto v0.6.2
github.com/pkg/profile v1.6.0
github.com/refraction-networking/utls v1.2.0
github.com/xtaci/smux v1.5.16
github.com/yl2chen/cidranger v1.0.2
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.4.0
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15
golang.org/x/net v0.4.0
golang.org/x/sys v0.3.0
golang.org/x/time v0.3.0
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c
gonum.org/v1/gonum v0.11.0
gvisor.dev/gvisor v0.0.0-20221214043228-7501cb5e258d
rsc.io/qr v0.2.0
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.1 // indirect
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/marten-seemann/qtls-go1-18 v0.1.3 // indirect
github.com/shadowsocks/go-shadowsocks2 v0.1.5
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/text v0.5.0 // indirect
golang.org/x/tools v0.2.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)
replace github.com/lucas-clemente/quic-go => github.com/apernet/quic-go v0.31.1-0.20221126080508-c4a37bf8f6d7
retract v1.1.1
retract v1.1.0
retract v1.0.9
retract v1.0.8
retract v1.0.7
retract v1.0.6
retract v1.0.5
retract v1.0.4
retract v1.0.3
retract v1.0.2
retract v1.0.1
retract v1.0.0