mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
88 lines
2.7 KiB
Modula-2
88 lines
2.7 KiB
Modula-2
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.12
|
|
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/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.1.5
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
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.21.0
|
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
golang.org/x/net v0.0.0-20220909164309-bea034e7d591
|
|
golang.org/x/sys v0.2.0
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
|
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c
|
|
gonum.org/v1/gonum v0.11.0
|
|
gvisor.dev/gvisor v0.0.0-20221214043228-7501cb5e258d
|
|
|
|
)
|
|
|
|
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.9 // 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-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.12 // 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
|