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
|
2020-11-25 11:01:53 +00:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-12-04 01:36:16 +00:00
|
|
|
github.com/google/go-cmp v0.5.4
|
2020-11-25 11:01:53 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-12-06 10:08:11 +00:00
|
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
2021-03-02 14:55:32 +00:00
|
|
|
github.com/miekg/dns v1.1.40
|
2021-01-01 11:37:38 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2021-01-28 12:08:57 +00:00
|
|
|
github.com/pires/go-proxyproto v0.4.2
|
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-02 14:55:32 +00:00
|
|
|
go.starlark.net v0.0.0-20210223155950-e043a3d3c984
|
|
|
|
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
|
|
|
|
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b
|
|
|
|
google.golang.org/grpc v1.36.0
|
2020-11-25 11:01:53 +00:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-12-18 13:12:41 +00:00
|
|
|
h12.io/socks v1.0.2
|
2020-11-25 11:01:53 +00:00
|
|
|
)
|