2020-12-04 01:36:16 +00:00
|
|
|
module github.com/xtls/xray-core
|
2020-11-25 11:01:53 +00:00
|
|
|
|
2023-08-26 07:05:21 +00:00
|
|
|
go 1.21
|
2020-11-25 11:01:53 +00:00
|
|
|
|
|
|
|
require (
|
2023-02-02 05:50:21 +00:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344
|
2021-09-07 17:13:32 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2023-10-11 00:24:40 +00:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2022-02-16 00:39:47 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2023-09-19 15:04:04 +00:00
|
|
|
github.com/miekg/dns v1.1.56
|
2022-04-22 00:39:01 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2023-03-24 01:35:15 +00:00
|
|
|
github.com/pires/go-proxyproto v0.7.0
|
2023-09-30 02:56:57 +00:00
|
|
|
github.com/quic-go/quic-go v0.39.0
|
2023-10-11 00:24:46 +00:00
|
|
|
github.com/refraction-networking/utls v1.5.4
|
2023-10-09 01:15:06 +00:00
|
|
|
github.com/sagernet/sing v0.2.13
|
2023-09-22 14:38:33 +00:00
|
|
|
github.com/sagernet/sing-shadowsocks v0.2.5
|
2022-11-22 01:05:54 +00:00
|
|
|
github.com/sagernet/wireguard-go v0.0.0-20221116151939-c99467f53f2c
|
2022-04-23 23:36:07 +00:00
|
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb
|
2023-05-31 00:59:03 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2021-10-22 04:03:09 +00:00
|
|
|
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
2023-08-28 17:37:57 +00:00
|
|
|
github.com/xtls/reality v0.0.0-20230828171259-e426190d57f6
|
|
|
|
go4.org/netipx v0.0.0-20230824141953-6213f710f925
|
2023-10-06 00:20:01 +00:00
|
|
|
golang.org/x/crypto v0.14.0
|
2023-10-11 00:24:35 +00:00
|
|
|
golang.org/x/net v0.17.0
|
2023-06-15 16:22:36 +00:00
|
|
|
golang.org/x/sync v0.3.0
|
2023-10-06 00:20:01 +00:00
|
|
|
golang.org/x/sys v0.13.0
|
2023-10-11 00:24:55 +00:00
|
|
|
google.golang.org/grpc v1.58.3
|
2023-06-27 08:04:26 +00:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2023-08-23 14:30:46 +00:00
|
|
|
gvisor.dev/gvisor v0.0.0-20230822212503-5bf4e5f98744
|
2021-09-07 17:13:32 +00:00
|
|
|
h12.io/socks v1.0.3
|
2023-05-16 00:59:23 +00:00
|
|
|
lukechampine.com/blake3 v1.2.1
|
2021-09-07 17:13:32 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-03-09 13:55:09 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2023-09-20 00:05:17 +00:00
|
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
2021-09-07 17:13:32 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-01-28 23:03:12 +00:00
|
|
|
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
|
2022-04-23 23:13:06 +00:00
|
|
|
github.com/francoispqt/gojay v1.2.13 // indirect
|
2023-08-26 07:05:21 +00:00
|
|
|
github.com/gaukas/godicttls v0.0.4 // indirect
|
2023-04-17 23:22:12 +00:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2023-08-10 04:43:34 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-11-27 17:37:04 +00:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2023-09-30 02:56:57 +00:00
|
|
|
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
|
|
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
2023-06-18 20:43:20 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
2023-09-30 02:56:57 +00:00
|
|
|
github.com/onsi/ginkgo/v2 v2.12.1 // indirect
|
2021-09-07 17:13:32 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-30 02:56:57 +00:00
|
|
|
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
|
2021-10-22 04:03:09 +00:00
|
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
2023-06-18 20:43:20 +00:00
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
2023-09-30 02:56:57 +00:00
|
|
|
go.uber.org/mock v0.3.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
2023-08-26 07:05:21 +00:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2023-09-19 00:57:24 +00:00
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2022-12-11 14:57:03 +00:00
|
|
|
golang.org/x/time v0.3.0 // indirect
|
2023-09-19 15:04:04 +00:00
|
|
|
golang.org/x/tools v0.13.0 // indirect
|
2023-09-30 02:56:57 +00:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
|
2021-09-07 17:13:32 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-05-28 15:47:41 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-11-25 11:01:53 +00:00
|
|
|
)
|