2019-02-10 18:27:48 +00:00
|
|
|
module v2ray.com/core
|
|
|
|
|
|
|
|
require (
|
2020-06-06 09:11:30 +00:00
|
|
|
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
|
2020-06-20 11:53:20 +00:00
|
|
|
github.com/golang/mock v1.4.3
|
2020-06-08 08:16:32 +00:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-06-20 12:32:29 +00:00
|
|
|
github.com/google/go-cmp v0.5.0
|
2020-06-20 12:01:06 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-06-22 22:09:12 +00:00
|
|
|
github.com/miekg/dns v1.1.29
|
2019-10-19 02:22:49 +00:00
|
|
|
github.com/refraction-networking/utls v0.0.0-20190909200633-43c36d3c1f57
|
2020-06-06 09:11:30 +00:00
|
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
|
2019-10-10 07:05:27 +00:00
|
|
|
go.starlark.net v0.0.0-20190919145610-979af19b165c
|
2020-06-22 21:58:11 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
2020-06-22 22:02:40 +00:00
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
2020-06-08 08:16:32 +00:00
|
|
|
google.golang.org/grpc v1.27.0
|
|
|
|
google.golang.org/protobuf v1.24.0
|
2019-02-28 10:48:17 +00:00
|
|
|
h12.io/socks v1.0.0
|
2019-02-10 18:27:48 +00:00
|
|
|
)
|
2019-10-10 06:56:01 +00:00
|
|
|
|
|
|
|
go 1.13
|