mirror of https://github.com/XTLS/Xray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.4 KiB
61 lines
2.4 KiB
module github.com/xtls/xray-core |
|
|
|
go 1.21.4 |
|
|
|
require ( |
|
github.com/OmarTariq612/goech v0.0.0-20240405204721-8e2e1dafd3a0 |
|
github.com/cloudflare/circl v1.4.0 |
|
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344 |
|
github.com/golang/mock v1.7.0-rc.1 |
|
github.com/google/go-cmp v0.6.0 |
|
github.com/gorilla/websocket v1.5.3 |
|
github.com/miekg/dns v1.1.62 |
|
github.com/pelletier/go-toml v1.9.5 |
|
github.com/pires/go-proxyproto v0.8.0 |
|
github.com/quic-go/quic-go v0.46.0 |
|
github.com/refraction-networking/utls v1.6.7 |
|
github.com/sagernet/sing v0.5.0 |
|
github.com/sagernet/sing-shadowsocks v0.2.7 |
|
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 |
|
github.com/stretchr/testify v1.9.0 |
|
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e |
|
github.com/vishvananda/netlink v1.3.0 |
|
github.com/xtls/reality v0.0.0-20240712055506-48f0b2d5ed6d |
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba |
|
golang.org/x/crypto v0.29.0 |
|
golang.org/x/net v0.31.0 |
|
golang.org/x/sync v0.9.0 |
|
golang.org/x/sys v0.27.0 |
|
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 |
|
google.golang.org/grpc v1.67.1 |
|
google.golang.org/protobuf v1.35.1 |
|
gvisor.dev/gvisor v0.0.0-20231202080848-1f7806d17489 |
|
h12.io/socks v1.0.3 |
|
lukechampine.com/blake3 v1.3.0 |
|
) |
|
|
|
require ( |
|
github.com/andybalholm/brotli v1.1.0 // indirect |
|
github.com/davecgh/go-spew v1.1.1 // indirect |
|
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect |
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
|
github.com/google/btree v1.1.2 // indirect |
|
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect |
|
github.com/klauspost/compress v1.17.8 // indirect |
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect |
|
github.com/onsi/ginkgo/v2 v2.19.0 // indirect |
|
github.com/pmezard/go-difflib v1.0.0 // indirect |
|
github.com/quic-go/qpack v0.4.0 // indirect |
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect |
|
github.com/vishvananda/netns v0.0.4 // indirect |
|
go.uber.org/mock v0.4.0 // indirect |
|
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect |
|
golang.org/x/mod v0.18.0 // indirect |
|
golang.org/x/text v0.20.0 // indirect |
|
golang.org/x/time v0.5.0 // indirect |
|
golang.org/x/tools v0.22.0 // indirect |
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect |
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
)
|
|
|