diff options
| author | n1c00o <n@nc0.fr> | 2023-02-05 14:03:26 +0100 |
|---|---|---|
| committer | Nicolas <34602094+n1c00o@users.noreply.github.com> | 2023-02-06 22:35:54 +0100 |
| commit | 665a7184392959108747dd78d3beaf8b5fdd1093 (patch) | |
| tree | 7a8dabd74e9f259b2bdcfd82330a916730a6325d | |
| parent | 24cd243c8768452d77df349b1f0988bcab497ff1 (diff) | |
Vendor Google APIS and gRPC Protos
| -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 |
