1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-11 13:39:18 -04:00

add protobuf, websocket, dns as vendor

This commit is contained in:
Darien Raymond
2017-04-20 23:01:29 +02:00
parent c0dba629fb
commit b0f2d23bba
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored
View File

@@ -1,3 +1,12 @@
[submodule "vendor/h12.me/socks"]
path = vendor/h12.me/socks
url = https://github.com/h12w/socks
[submodule "vendor/github.com/golang/protobuf"]
path = vendor/github.com/golang/protobuf
url = https://github.com/golang/protobuf.git
[submodule "vendor/github.com/miekg/dns"]
path = vendor/github.com/miekg/dns
url = https://github.com/miekg/dns.git
[submodule "vendor/github.com/gorilla/websocket"]
path = vendor/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket.git

1
vendor/github.com/golang/protobuf generated vendored Submodule

1
vendor/github.com/gorilla/websocket generated vendored Submodule

1
vendor/github.com/miekg/dns generated vendored Submodule