1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 09:20:45 +00:00
v2fly/go.mod

24 lines
823 B
Modula-2
Raw Normal View History

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
github.com/golang/mock v1.4.3
2020-06-08 08:16:32 +00:00
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.0
github.com/gorilla/websocket v1.4.2
github.com/miekg/dns v1.1.29
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
2020-07-04 05:48:47 +00:00
github.com/stretchr/testify v1.6.1
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
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0
2020-06-27 12:36:10 +00:00
h12.io/socks v1.0.1
2019-02-10 18:27:48 +00:00
)
2019-10-10 06:56:01 +00:00
go 1.13