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.
12 lines
308 B
12 lines
308 B
6 years ago
|
module v2ray.com/core
|
||
|
|
||
|
require (
|
||
|
github.com/gogo/protobuf v1.2.0
|
||
|
github.com/golang/mock v1.2.0
|
||
|
github.com/golang/protobuf v1.2.0
|
||
|
github.com/google/go-cmp v0.2.0
|
||
|
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f
|
||
|
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
|
||
|
google.golang.org/grpc v1.18.0
|
||
|
)
|