mirror of https://github.com/v2ray/v2ray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
461 B
14 lines
461 B
module v2ray.com/core |
|
|
|
require ( |
|
github.com/golang/mock v1.2.0 |
|
github.com/golang/protobuf v1.2.1-0.20190205222052-c823c79ea157 |
|
github.com/google/go-cmp v0.2.0 |
|
github.com/miekg/dns v1.1.4 |
|
go.starlark.net v0.0.0-20190225160109-1174b2613e82 |
|
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f |
|
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 |
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f |
|
google.golang.org/grpc v1.18.0 |
|
h12.io/socks v1.0.0 |
|
)
|
|
|