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