blob: 909731967414566fdcd47ab85d3d8e5e190ebd19 [file] [log] [blame]
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +02001[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/benchmark"]
19 path = third_party/benchmark
20 url = https://github.com/google/benchmark
21[submodule "third_party/boringssl-with-bazel"]
22 path = third_party/boringssl-with-bazel
23 url = https://github.com/google/boringssl.git
24[submodule "third_party/cares/cares"]
25 path = third_party/cares/cares
26 url = https://github.com/c-ares/c-ares.git
27 branch = cares-1_12_0
28[submodule "third_party/bloaty"]
29 path = third_party/bloaty
30 url = https://github.com/google/bloaty.git
31[submodule "third_party/abseil-cpp"]
32 path = third_party/abseil-cpp
33 url = https://github.com/abseil/abseil-cpp.git
34 branch = lts_2020_02_25
35[submodule "third_party/envoy-api"]
36 path = third_party/envoy-api
37 url = https://github.com/envoyproxy/data-plane-api.git
38[submodule "third_party/googleapis"]
39 path = third_party/googleapis
40 url = https://github.com/googleapis/googleapis.git
41[submodule "third_party/protoc-gen-validate"]
42 path = third_party/protoc-gen-validate
43 url = https://github.com/envoyproxy/protoc-gen-validate.git
44[submodule "third_party/udpa"]
45 path = third_party/udpa
46 url = https://github.com/cncf/udpa.git
47[submodule "third_party/libuv"]
48 path = third_party/libuv
49 url = https://github.com/libuv/libuv.git