2022-01-02 10:16:23 -05:00
|
|
|
module github.com/v2fly/v2ray-core/v5
|
2019-02-10 13:27:48 -05:00
|
|
|
|
2024-03-04 14:54:12 -05:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.21.4
|
2020-09-02 09:08:50 -04:00
|
|
|
|
2019-02-10 13:27:48 -05:00
|
|
|
require (
|
2022-02-06 01:24:23 -05:00
|
|
|
github.com/adrg/xdg v0.4.0
|
2024-03-15 16:42:05 -04:00
|
|
|
github.com/go-chi/chi/v5 v5.0.12
|
2023-10-23 15:45:20 -04:00
|
|
|
github.com/go-chi/render v1.0.3
|
2024-04-30 18:28:06 -04:00
|
|
|
github.com/go-playground/validator/v10 v10.20.0
|
2024-08-21 23:05:05 -04:00
|
|
|
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
|
2021-06-14 22:39:16 -04:00
|
|
|
github.com/golang/mock v1.6.0
|
2024-03-15 16:21:41 -04:00
|
|
|
github.com/golang/protobuf v1.5.4
|
2023-10-24 11:25:01 -04:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2023-10-24 11:27:28 -04:00
|
|
|
github.com/google/gopacket v1.1.19
|
2023-11-18 19:08:18 -05:00
|
|
|
github.com/gorilla/websocket v1.5.1
|
2024-04-28 08:30:47 -04:00
|
|
|
github.com/jhump/protoreflect v1.16.0
|
2023-11-03 16:10:11 -04:00
|
|
|
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
|
2024-08-21 23:06:01 -04:00
|
|
|
github.com/miekg/dns v1.1.62
|
2022-04-03 16:31:28 -04:00
|
|
|
github.com/mustafaturan/bus v1.0.2
|
2022-04-24 01:08:21 -04:00
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2024-08-21 23:05:05 -04:00
|
|
|
github.com/pion/dtls/v2 v2.2.7
|
2024-05-02 19:32:00 -04:00
|
|
|
github.com/pion/transport/v2 v2.2.5
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/pires/go-proxyproto v0.7.0
|
2024-08-22 00:32:18 -04:00
|
|
|
github.com/quic-go/quic-go v0.46.0
|
2024-08-22 06:02:40 -04:00
|
|
|
github.com/refraction-networking/utls v1.6.7
|
2022-09-18 00:14:56 -04:00
|
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb
|
2024-04-28 08:30:47 -04:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2021-05-01 10:50:20 -04:00
|
|
|
github.com/v2fly/BrowserBridge v0.0.0-20210430233438-0570fc1d7d08
|
2020-11-25 16:32:04 -05:00
|
|
|
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848
|
2021-03-13 05:34:13 -05:00
|
|
|
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
2023-11-25 11:53:05 -05:00
|
|
|
github.com/vincent-petithory/dataurl v1.0.0
|
2022-04-18 15:25:07 -04:00
|
|
|
github.com/xiaokangwang/VLite v0.0.0-20220418190619-cff95160a432
|
2023-07-01 03:31:19 -04:00
|
|
|
go.starlark.net v0.0.0-20230612165344-9532f5667272
|
|
|
|
go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35
|
2024-08-21 23:06:01 -04:00
|
|
|
golang.org/x/crypto v0.25.0
|
|
|
|
golang.org/x/net v0.27.0
|
2024-05-02 19:44:13 -04:00
|
|
|
golang.org/x/sync v0.7.0
|
2024-08-21 23:06:01 -04:00
|
|
|
golang.org/x/sys v0.22.0
|
2024-04-28 09:09:09 -04:00
|
|
|
google.golang.org/grpc v1.63.2
|
2024-05-01 13:14:45 -04:00
|
|
|
google.golang.org/protobuf v1.34.0
|
2022-07-13 09:21:32 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-10-22 20:11:41 -04:00
|
|
|
gvisor.dev/gvisor v0.0.0-20231020174304-b8a429915ff1
|
2021-09-10 04:31:25 -04:00
|
|
|
h12.io/socks v1.0.3
|
2024-05-02 19:22:11 -04:00
|
|
|
lukechampine.com/blake3 v1.3.0
|
2021-09-03 16:49:50 -04:00
|
|
|
)
|
2021-09-04 06:26:13 -04:00
|
|
|
|
|
|
|
require (
|
2022-04-03 16:31:28 -04:00
|
|
|
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 // indirect
|
2022-08-19 10:29:34 -04:00
|
|
|
github.com/ajg/form v1.5.1 // indirect
|
2024-03-15 16:40:34 -04:00
|
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
2022-04-03 16:31:28 -04:00
|
|
|
github.com/boljen/go-bitmap v0.0.0-20151001105940-23cd2fb0ce7d // indirect
|
2024-04-28 08:30:47 -04:00
|
|
|
github.com/bufbuild/protocompile v0.10.0 // indirect
|
2024-01-08 11:50:17 -05:00
|
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
2021-09-04 06:26:13 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
|
2021-09-04 06:26:13 -04:00
|
|
|
github.com/ebfe/bcrypt_pbkdf v0.0.0-20140212075826-3c8d2dcb253a // indirect
|
2024-03-15 16:31:19 -04:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
2023-02-14 22:44:19 -05:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2023-10-22 20:11:41 -04:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
|
2024-03-15 16:40:34 -04:00
|
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
|
|
github.com/klauspost/reedsolomon v1.11.7 // indirect
|
2024-03-15 16:31:19 -04:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2022-04-03 16:31:28 -04:00
|
|
|
github.com/mustafaturan/monoton v1.0.0 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/onsi/ginkgo/v2 v2.10.0 // indirect
|
2022-04-03 16:31:28 -04:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
|
|
github.com/pion/logging v0.2.2 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
|
|
github.com/pion/sctp v1.8.7 // indirect
|
2021-09-04 06:26:13 -04:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
2022-04-03 16:31:28 -04:00
|
|
|
github.com/secure-io/siv-go v0.0.0-20180922214919-5ff40651e2c4 // indirect
|
2023-07-01 03:31:19 -04:00
|
|
|
github.com/xtaci/smux v1.5.24 // indirect
|
2024-04-18 16:21:59 -04:00
|
|
|
go.uber.org/mock v0.4.0 // indirect
|
2024-08-22 00:32:18 -04:00
|
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
2024-08-21 23:06:01 -04:00
|
|
|
golang.org/x/mod v0.18.0 // indirect
|
|
|
|
golang.org/x/text v0.16.0 // indirect
|
2024-04-18 16:21:59 -04:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-08-21 23:06:01 -04:00
|
|
|
golang.org/x/tools v0.22.0 // indirect
|
2024-04-28 09:09:09 -04:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
|
2021-09-04 06:26:13 -04:00
|
|
|
)
|
2023-11-03 16:10:11 -04:00
|
|
|
|
|
|
|
replace github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 => github.com/xiaokangwang/struc v0.0.0-20231031203518-0e381172f248
|