From 795e3c1290895fb32757d02e055632ebabbe29f0 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 21 Apr 2017 10:40:34 +0200 Subject: [PATCH] Revert "add protobuf, websocket, dns as vendor" This reverts commit b0f2d23bba55ca78fd77bf230f6d156790aafc55. --- .gitmodules | 9 --------- vendor/github.com/golang/protobuf | 1 - vendor/github.com/gorilla/websocket | 1 - vendor/github.com/miekg/dns | 1 - 4 files changed, 12 deletions(-) delete mode 160000 vendor/github.com/golang/protobuf delete mode 160000 vendor/github.com/gorilla/websocket delete mode 160000 vendor/github.com/miekg/dns diff --git a/.gitmodules b/.gitmodules index 63e140a54..803988f56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,3 @@ [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 diff --git a/vendor/github.com/golang/protobuf b/vendor/github.com/golang/protobuf deleted file mode 160000 index 2bba06031..000000000 --- a/vendor/github.com/golang/protobuf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2bba0603135d7d7f5cb73b2125beeda19c09f4ef diff --git a/vendor/github.com/gorilla/websocket b/vendor/github.com/gorilla/websocket deleted file mode 160000 index a91eba7f9..000000000 --- a/vendor/github.com/gorilla/websocket +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a91eba7f97777409bc2c443f5534d41dd20c5720 diff --git a/vendor/github.com/miekg/dns b/vendor/github.com/miekg/dns deleted file mode 160000 index 6ebcb714d..000000000 --- a/vendor/github.com/miekg/dns +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6ebcb714d36901126ee2807031543b38c56de963