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.

27 lines
919 B

4 years ago
module github.com/xtls/xray-core
4 years ago
4 years ago
go 1.16
4 years ago
require (
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
4 years ago
github.com/golang/mock v1.5.0
4 years ago
github.com/golang/protobuf v1.4.3
4 years ago
github.com/google/go-cmp v0.5.5
4 years ago
github.com/gorilla/websocket v1.4.2
4 years ago
github.com/lucas-clemente/quic-go v0.19.3
4 years ago
github.com/miekg/dns v1.1.40
github.com/pelletier/go-toml v1.8.1
4 years ago
github.com/pires/go-proxyproto v0.5.0
4 years ago
github.com/seiflotfy/cuckoofilter v0.0.0-20201222105146-bc6005554a0c
4 years ago
github.com/stretchr/testify v1.7.0
4 years ago
github.com/xtls/go v0.0.0-20201118062508-3632bf3b7499
4 years ago
go.starlark.net v0.0.0-20210312235212-74c10e2c17dc
4 years ago
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
4 years ago
golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c
4 years ago
google.golang.org/grpc v1.36.0
4 years ago
google.golang.org/protobuf v1.25.0
4 years ago
h12.io/socks v1.0.2
4 years ago
)