diff options
author | Craig Tiller <ctiller@google.com> | 2016-02-11 15:32:22 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-02-11 15:32:22 -0800 |
commit | c3602dc1cf79959237aa90350c5942097f37c90c (patch) | |
tree | 67cf845f9641e7ae783fe896db847896e158487c /.gitmodules | |
parent | 2afed4ca44c37dd8035c23c4feae15ac49f98e6a (diff) | |
parent | 742a783c0d39e78624ac6e61a435848e25d4f6f3 (diff) |
Merge pull request #4038 from dgquintas/grpclb_api
Proto API for LB request/responses
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 008bc5fae8..c37d0abdf0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "third_party/boringssl"] path = third_party/boringssl url = https://boringssl.googlesource.com/boringssl +[submodule "third_party/nanopb"] + path = third_party/nanopb + url = https://github.com/nanopb/nanopb.git |