diff options
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | third_party/googleapis | 0 | ||||
| m--------- | third_party/grpc-proto | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8ebef32 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/googleapis"] + path = third_party/googleapis + url = https://github.com/googleapis/googleapis.git +[submodule "third_party/grpc-proto"] + path = third_party/grpc-proto + url = https://github.com/grpc/grpc-proto diff --git a/third_party/googleapis b/third_party/googleapis new file mode 160000 +Subproject 9d6497f0f81f000562fc4fc5df8c4fcc8e09e86 diff --git a/third_party/grpc-proto b/third_party/grpc-proto new file mode 160000 +Subproject 6956c0ef3b8c21efb44992edc858fbae9414aa0 |
