commit | 214662a69419840600353f5796104aa6a04ce2ee | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@onlab.us> | Wed Jun 21 21:36:54 2017 +0000 |
committer | Shad Ansari <shad@onlab.us> | Wed Jun 21 21:36:54 2017 +0000 |
tree | 7c1c82f139a8c73ac3e08f8f5dffa8da08244a68 | |
parent | f44d1a9d4cbd4d3b9c055e4c5b028f29e2dfff4e [diff] [blame] |
add grpc module
diff --git a/.gitmodules b/.gitmodules index 79580f4..9fdae17 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,7 @@ [submodule "third_party/grpc-c"] path = third_party/grpc-c url = https://github.com/shadansari/grpc-c.git +[submodule "third_party/grpc"] + path = third_party/grpc + url = https://github.com/grpc/grpc.git + branch = tags/v1.1.4