mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-04 14:13:03 +00:00
27 lines
919 B
Modula-2
27 lines
919 B
Modula-2
module github.com/xtls/xray-core
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
|
|
github.com/golang/mock v1.4.4
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
|
github.com/miekg/dns v1.1.35
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/pires/go-proxyproto v0.3.3
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20201222105146-bc6005554a0c
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/xtls/go v0.0.0-20201118062508-3632bf3b7499
|
|
go.starlark.net v0.0.0-20210114021256-8756d3ec1770
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/protobuf v1.25.0
|
|
h12.io/socks v1.0.2
|
|
)
|