06f1394df65a7d8e11dbbcf4dd7de7c39ed0ee6f
[platform/upstream/grpc.git] / .gitmodules
1 [submodule "third_party/zlib"]
2         path = third_party/zlib
3         url = https://github.com/madler/zlib
4         # When using CMake to build, the zlib submodule ends up with a
5         # generated file that makes Git consider the submodule dirty. This
6         # state can be ignored for day-to-day development on gRPC.
7         ignore = dirty
8 [submodule "third_party/protobuf"]
9         path = third_party/protobuf
10         url = https://github.com/google/protobuf.git
11         branch = 3.0.x
12 [submodule "third_party/gflags"]
13         path = third_party/gflags
14         url = https://github.com/gflags/gflags.git
15 [submodule "third_party/googletest"]
16         path = third_party/googletest
17         url = https://github.com/google/googletest.git
18 [submodule "third_party/boringssl"]
19         path = third_party/boringssl
20         url = https://github.com/google/boringssl.git
21 [submodule "third_party/benchmark"]
22         path = third_party/benchmark
23         url = https://github.com/google/benchmark
24 [submodule "third_party/boringssl-with-bazel"]
25         path = third_party/boringssl-with-bazel
26         url = https://github.com/google/boringssl.git
27 [submodule "third_party/cares/cares"]
28         path = third_party/cares/cares
29         url = https://github.com/c-ares/c-ares.git
30         branch = cares-1_12_0
31 [submodule "third_party/bloaty"]
32         path = third_party/bloaty
33         url = https://github.com/google/bloaty.git
34 [submodule "third_party/abseil-cpp"]
35         path = third_party/abseil-cpp
36         url = https://github.com/abseil/abseil-cpp
37 [submodule "third_party/libcxxabi"]
38         path = third_party/libcxxabi
39         url = https://github.com/llvm-mirror/libcxxabi.git
40         branch = release_60
41 [submodule "third_party/libcxx"]
42         path = third_party/libcxx
43         url = https://github.com/llvm-mirror/libcxx.git
44         branch = release_60
45 [submodule "third_party/data-plane-api"]
46         path = third_party/data-plane-api
47         url = https://github.com/envoyproxy/data-plane-api.git
48 [submodule "third_party/googleapis"]
49         path = third_party/googleapis
50         url = https://github.com/googleapis/googleapis.git
51 [submodule "third_party/protoc-gen-validate"]
52         path = third_party/protoc-gen-validate
53         url = https://github.com/lyft/protoc-gen-validate.git
54 [submodule "third_party/upb"]
55         path = third_party/upb
56         url = https://github.com/google/upb.git