1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-17 21:15:24 +00:00
v2fly/go.mod

15 lines
461 B
Modula-2
Raw Normal View History

2019-02-10 18:27:48 +00:00
module v2ray.com/core
require (
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.2.1-0.20190205222052-c823c79ea157
2019-02-10 18:27:48 +00:00
github.com/google/go-cmp v0.2.0
2019-02-28 10:48:17 +00:00
github.com/miekg/dns v1.1.4
go.starlark.net v0.0.0-20190225160109-1174b2613e82
2019-02-10 18:27:48 +00:00
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
2019-02-28 10:48:17 +00:00
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
2019-02-10 18:27:48 +00:00
google.golang.org/grpc v1.18.0
2019-02-28 10:48:17 +00:00
h12.io/socks v1.0.0
2019-02-10 18:27:48 +00:00
)