Xray-core/go.mod

28 lines
993 B
Modula-2
Raw Normal View History

2020-12-04 01:36:16 +00:00
module github.com/xtls/xray-core
2020-11-25 11:01:53 +00:00
2021-03-02 15:20:08 +00:00
go 1.16
2020-11-25 11:01:53 +00:00
require (
2020-12-24 19:30:26 +00:00
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
2021-03-02 14:55:32 +00:00
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.5.2
2021-03-14 15:59:19 +00:00
github.com/google/go-cmp v0.5.5
2020-11-25 11:01:53 +00:00
github.com/gorilla/websocket v1.4.2
github.com/lucas-clemente/quic-go v0.20.0
github.com/miekg/dns v1.1.41
github.com/pelletier/go-toml v1.8.1
2021-03-14 15:59:19 +00:00
github.com/pires/go-proxyproto v0.5.0
2021-03-29 10:08:29 +00:00
github.com/refraction-networking/utls v0.0.0-20201210053706-2179f286686b
2020-12-25 15:25:10 +00:00
github.com/seiflotfy/cuckoofilter v0.0.0-20201222105146-bc6005554a0c
2021-01-15 13:18:37 +00:00
github.com/stretchr/testify v1.7.0
2020-11-25 11:01:53 +00:00
github.com/xtls/go v0.0.0-20201118062508-3632bf3b7499
2021-03-14 15:59:19 +00:00
go.starlark.net v0.0.0-20210312235212-74c10e2c17dc
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210330230544-e57232859fb2
2021-03-02 14:55:32 +00:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
2020-12-18 13:12:41 +00:00
h12.io/socks v1.0.2
2020-11-25 11:01:53 +00:00
)