2020-12-04 09:36:16 +08:00
|
|
|
module github.com/xtls/xray-core
|
2020-11-25 19:01:53 +08:00
|
|
|
|
2026-02-06 09:42:41 +00:00
|
|
|
go 1.25.7
|
2020-11-25 19:01:53 +08:00
|
|
|
|
|
|
|
|
require (
|
2026-01-13 21:31:51 +08:00
|
|
|
github.com/apernet/quic-go v0.57.2-0.20260111184307-eec823306178
|
2026-01-23 13:11:20 +00:00
|
|
|
github.com/cloudflare/circl v1.6.3
|
2023-02-02 05:50:21 +00:00
|
|
|
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344
|
2024-02-25 09:31:59 -05:00
|
|
|
github.com/golang/mock v1.7.0-rc.1
|
2025-02-25 13:26:00 +00:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2024-06-17 00:53:46 +00:00
|
|
|
github.com/gorilla/websocket v1.5.3
|
2026-02-06 01:33:30 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.12
|
2026-01-23 13:11:41 +00:00
|
|
|
github.com/miekg/dns v1.1.72
|
2022-04-22 00:39:01 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2026-01-27 10:11:28 +00:00
|
|
|
github.com/pires/go-proxyproto v0.9.2
|
2026-01-14 08:24:12 +00:00
|
|
|
github.com/refraction-networking/utls v1.8.2
|
2024-11-19 03:19:34 +00:00
|
|
|
github.com/sagernet/sing v0.5.1
|
2024-07-08 00:43:41 +00:00
|
|
|
github.com/sagernet/sing-shadowsocks v0.2.7
|
2025-08-28 05:12:48 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-05-11 20:55:45 -04:00
|
|
|
github.com/vishvananda/netlink v1.3.1
|
2025-10-14 20:16:20 +00:00
|
|
|
github.com/xtls/reality v0.0.0-20251014195629-e4eec4520535
|
2024-01-02 20:14:42 -05:00
|
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
2026-01-13 09:49:58 +00:00
|
|
|
golang.org/x/crypto v0.47.0
|
2026-01-13 21:31:51 +08:00
|
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
2026-01-13 09:49:58 +00:00
|
|
|
golang.org/x/net v0.49.0
|
2025-12-10 07:16:37 +00:00
|
|
|
golang.org/x/sync v0.19.0
|
2026-01-13 09:49:58 +00:00
|
|
|
golang.org/x/sys v0.40.0
|
2026-01-11 14:26:45 +00:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
2024-01-02 20:14:42 -05:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
|
2025-12-24 20:45:54 -05:00
|
|
|
google.golang.org/grpc v1.78.0
|
2025-12-14 22:00:53 -05:00
|
|
|
google.golang.org/protobuf v1.36.11
|
2026-01-30 21:39:13 +00:00
|
|
|
gvisor.dev/gvisor v0.0.0-20260122175437-89a5d21be8f0
|
2021-09-08 01:13:32 +08:00
|
|
|
h12.io/socks v1.0.3
|
2025-05-09 10:31:28 -04:00
|
|
|
lukechampine.com/blake3 v1.4.1
|
2021-09-08 01:13:32 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-07-23 02:29:11 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
2021-09-08 01:13:32 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-11-27 12:37:04 -05:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2025-06-08 21:43:55 +08:00
|
|
|
github.com/juju/ratelimit v1.0.2 // indirect
|
2025-07-23 02:29:11 +00:00
|
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
2025-11-14 20:51:29 -05:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-09-08 01:13:32 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-11-24 00:55:50 +00:00
|
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
2025-05-11 20:55:45 -04:00
|
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
2026-01-13 09:49:58 +00:00
|
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
|
|
|
golang.org/x/text v0.33.0 // indirect
|
2025-11-14 20:51:29 -05:00
|
|
|
golang.org/x/time v0.12.0 // indirect
|
2026-01-13 09:49:58 +00:00
|
|
|
golang.org/x/tools v0.40.0 // indirect
|
2025-12-24 20:45:54 -05:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|
2021-09-08 01:13:32 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-05-28 11:47:41 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-11-25 19:01:53 +08:00
|
|
|
)
|