blob: 781cfac313da0b58595153ee38950ccf1a37a027 [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
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020011[submodule "third_party/gflags"]
12 path = third_party/gflags
13 url = https://github.com/gflags/gflags.git
14[submodule "third_party/googletest"]
15 path = third_party/googletest
16 url = https://github.com/google/googletest.git
17[submodule "third_party/benchmark"]
18 path = third_party/benchmark
19 url = https://github.com/google/benchmark
20[submodule "third_party/boringssl-with-bazel"]
21 path = third_party/boringssl-with-bazel
22 url = https://github.com/google/boringssl.git
Jeff Vander Stoep08902cf2020-11-19 19:03:52 +010023[submodule "third_party/re2"]
24 path = third_party/re2
25 url = https://github.com/google/re2.git
Jeff Vander Stoep3adfea82020-10-14 15:35:59 +020026[submodule "third_party/cares/cares"]
27 path = third_party/cares/cares
28 url = https://github.com/c-ares/c-ares.git
29 branch = cares-1_12_0
30[submodule "third_party/bloaty"]
31 path = third_party/bloaty
32 url = https://github.com/google/bloaty.git
33[submodule "third_party/abseil-cpp"]
34 path = third_party/abseil-cpp
35 url = https://github.com/abseil/abseil-cpp.git
36 branch = lts_2020_02_25
37[submodule "third_party/envoy-api"]
38 path = third_party/envoy-api
39 url = https://github.com/envoyproxy/data-plane-api.git
40[submodule "third_party/googleapis"]
41 path = third_party/googleapis
42 url = https://github.com/googleapis/googleapis.git
43[submodule "third_party/protoc-gen-validate"]
44 path = third_party/protoc-gen-validate
45 url = https://github.com/envoyproxy/protoc-gen-validate.git
46[submodule "third_party/udpa"]
47 path = third_party/udpa
48 url = https://github.com/cncf/udpa.git
49[submodule "third_party/libuv"]
50 path = third_party/libuv
51 url = https://github.com/libuv/libuv.git