From fc80c0d78ed23465654e74c642fe6604fb803695 Mon Sep 17 00:00:00 2001 From: Chales Date: Mon, 19 Aug 2024 22:24:00 +0800 Subject: [PATCH] add submodules --- .gitmodules | 12 ++++++++++++ dubbo-java2proto | 1 + protoc-gen-go-dubbo | 1 + protoc-gen-go-hessian2 | 1 + protoc-gen-go-triple | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 dubbo-java2proto create mode 160000 protoc-gen-go-dubbo create mode 160000 protoc-gen-go-hessian2 create mode 160000 protoc-gen-go-triple diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c06b655 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "protoc-gen-go-triple"] + path = protoc-gen-go-triple + url = git@github.com:dubbogo/protoc-gen-go-triple.git +[submodule "protoc-gen-go-hessian2"] + path = protoc-gen-go-hessian2 + url = git@github.com:dubbogo/protoc-gen-go-hessian2.git +[submodule "protoc-gen-go-dubbo"] + path = protoc-gen-go-dubbo + url = git@github.com:dubbogo/protoc-gen-go-dubbo.git +[submodule "dubbo-java2proto"] + path = dubbo-java2proto + url = git@github.com:dubbogo/dubbo-java2proto.git diff --git a/dubbo-java2proto b/dubbo-java2proto new file mode 160000 index 0000000..020b95d --- /dev/null +++ b/dubbo-java2proto @@ -0,0 +1 @@ +Subproject commit 020b95d79db2323472899ca23967de76b436cdd3 diff --git a/protoc-gen-go-dubbo b/protoc-gen-go-dubbo new file mode 160000 index 0000000..ee71d8d --- /dev/null +++ b/protoc-gen-go-dubbo @@ -0,0 +1 @@ +Subproject commit ee71d8dc136b1dd4fe9de6a07d1ea546bb3cfdff diff --git a/protoc-gen-go-hessian2 b/protoc-gen-go-hessian2 new file mode 160000 index 0000000..f214ef4 --- /dev/null +++ b/protoc-gen-go-hessian2 @@ -0,0 +1 @@ +Subproject commit f214ef4fafd2110f829dabcd9b074d1f0543a5a9 diff --git a/protoc-gen-go-triple b/protoc-gen-go-triple new file mode 160000 index 0000000..86d93bc --- /dev/null +++ b/protoc-gen-go-triple @@ -0,0 +1 @@ +Subproject commit 86d93bc56613540878ed1cde009e4699f3b0cabe