From 4b990c49bc376cf0573c0806c115049cc715396f Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sun, 26 Nov 2017 16:43:13 +0100 Subject: [PATCH] add ss submodules for testing --- .gitmodules | 6 ++++++ vendor/github.com/Yawning/chacha20 | 1 + vendor/github.com/shadowsocks/go-shadowsocks2 | 1 + 3 files changed, 8 insertions(+) create mode 160000 vendor/github.com/Yawning/chacha20 create mode 160000 vendor/github.com/shadowsocks/go-shadowsocks2 diff --git a/.gitmodules b/.gitmodules index 803988f5..02e8083b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "vendor/h12.me/socks"] path = vendor/h12.me/socks url = https://github.com/h12w/socks +[submodule "vendor/github.com/shadowsocks/go-shadowsocks2"] + path = vendor/github.com/shadowsocks/go-shadowsocks2 + url = https://github.com/shadowsocks/go-shadowsocks2 +[submodule "vendor/github.com/Yawning/chacha20"] + path = vendor/github.com/Yawning/chacha20 + url = https://github.com/Yawning/chacha20 diff --git a/vendor/github.com/Yawning/chacha20 b/vendor/github.com/Yawning/chacha20 new file mode 160000 index 00000000..e3b1f968 --- /dev/null +++ b/vendor/github.com/Yawning/chacha20 @@ -0,0 +1 @@ +Subproject commit e3b1f968fc6397b51d963fee8ec8711a47bc0ce8 diff --git a/vendor/github.com/shadowsocks/go-shadowsocks2 b/vendor/github.com/shadowsocks/go-shadowsocks2 new file mode 160000 index 00000000..87b55c90 --- /dev/null +++ b/vendor/github.com/shadowsocks/go-shadowsocks2 @@ -0,0 +1 @@ +Subproject commit 87b55c90ac57968b4979adaef9a51c98582f76a9