|
1 | | -[submodule "third_party/abseil-cpp"] |
2 | | - path = third_party/abseil-cpp |
3 | | - url = https://github.com/abseil/abseil-cpp.git |
4 | | -[submodule "third_party/benchmark"] |
5 | | - path = third_party/benchmark |
6 | | - url = https://github.com/google/benchmark |
7 | | -[submodule "third_party/bloaty"] |
8 | | - path = third_party/bloaty |
9 | | - url = https://github.com/google/bloaty.git |
10 | | -[submodule "third_party/boringssl-with-bazel"] |
11 | | - path = third_party/boringssl-with-bazel |
12 | | - url = https://github.com/google/boringssl.git |
13 | | -[submodule "third_party/cares/cares"] |
14 | | - path = third_party/cares/cares |
15 | | - url = https://github.com/c-ares/c-ares.git |
16 | | -[submodule "third_party/envoy-api"] |
17 | | - path = third_party/envoy-api |
18 | | - url = https://github.com/envoyproxy/data-plane-api.git |
19 | | -[submodule "third_party/googleapis"] |
20 | | - path = third_party/googleapis |
21 | | - url = https://github.com/googleapis/googleapis.git |
22 | | -[submodule "third_party/googletest"] |
23 | | - path = third_party/googletest |
24 | | - url = https://github.com/google/googletest.git |
25 | | -[submodule "third_party/opencensus-proto"] |
26 | | - path = third_party/opencensus-proto |
27 | | - url = https://github.com/census-instrumentation/opencensus-proto.git |
28 | | -[submodule "third_party/opentelemetry"] |
29 | | - path = third_party/opentelemetry |
30 | | - url = https://github.com/open-telemetry/opentelemetry-proto.git |
31 | | -[submodule "third_party/protobuf"] |
32 | | - path = third_party/protobuf |
33 | | - url = https://github.com/protocolbuffers/protobuf.git |
34 | | -[submodule "third_party/protoc-gen-validate"] |
35 | | - path = third_party/protoc-gen-validate |
36 | | - url = https://github.com/envoyproxy/protoc-gen-validate.git |
37 | | -[submodule "third_party/re2"] |
38 | | - path = third_party/re2 |
39 | | - url = https://github.com/google/re2.git |
40 | | -[submodule "third_party/xds"] |
41 | | - path = third_party/xds |
42 | | - url = https://github.com/cncf/xds.git |
43 | | -[submodule "third_party/zlib"] |
44 | | - path = third_party/zlib |
45 | | - url = https://github.com/madler/zlib |
46 | | - # When using CMake to build, the zlib submodule ends up with a |
47 | | - # generated file that makes Git consider the submodule dirty. This |
48 | | - # state can be ignored for day-to-day development on gRPC. |
49 | | - ignore = dirty |
50 | | -[submodule "third_party/opentelemetry-cpp"] |
51 | | - path = third_party/opentelemetry-cpp |
52 | | - url = https://github.com/open-telemetry/opentelemetry-cpp |
0 commit comments