From a7cd78df5188af0a68ef8343d666da48d213f367 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 17 Nov 2020 12:56:19 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ third_party/tools | 1 + third_party/wsproxy | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/tools create mode 160000 third_party/wsproxy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eeb3001 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/wsproxy"] + path = third_party/wsproxy + url = git@git.kingsome.cn:server_common/wsproxy.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..756695d --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 756695d0a5d8ab91eab0b18599ae0338a399d5c6 diff --git a/third_party/wsproxy b/third_party/wsproxy new file mode 160000 index 0000000..ba1d9db --- /dev/null +++ b/third_party/wsproxy @@ -0,0 +1 @@ +Subproject commit ba1d9db0c90d45ee3ff88f3e9639e956be0b95c7