aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Vishal Powar <vishal.powar@gmail.com>2018-11-27 22:39:00 -0800
committerGravatar Vishal Powar <vishal.powar@gmail.com>2018-11-28 10:09:03 -0800
commitf614fa5947e2b1c123e94f67b51acaefb9d1915c (patch)
tree9f2da5415e57f773b5663581d2009625845c09ba /.gitmodules
parent4036ebbe3d5bb24b3156e943b48f2eb2ad88d6d7 (diff)
Adding upb as submodule
upb will be used for codegen of xDS protos.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index bb4b749bee..06f1394df6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -51,3 +51,6 @@
[submodule "third_party/protoc-gen-validate"]
path = third_party/protoc-gen-validate
url = https://github.com/lyft/protoc-gen-validate.git
+[submodule "third_party/upb"]
+ path = third_party/upb
+ url = https://github.com/google/upb.git