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

24 lines
815 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.4
2020-06-08 08:16:32 +00:00
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.5.1
github.com/gorilla/websocket v1.4.2
github.com/miekg/dns v1.1.31
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
github.com/xiaokangwang/VSign v0.0.0-20200704130305-63f4b4d7a751
2019-10-10 07:05:27 +00:00
go.starlark.net v0.0.0-20190919145610-979af19b165c
2020-07-04 12:28:15 +00:00
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
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.31.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