-
-
Notifications
You must be signed in to change notification settings - Fork 513
/
.gitmodules
23 lines (23 loc) · 956 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "proto/third_party/protobuf"]
path = proto/third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
ignore = dirty
[submodule "proto/third_party/googleapis"]
path = proto/third_party/googleapis
url = https://github.com/googleapis/googleapis.git
ignore = dirty
[submodule "proto/third_party/protobuf-go"]
path = proto/third_party/protobuf-go
url = https://github.com/protocolbuffers/protobuf-go.git
ignore = dirty
[submodule "proto/third_party/grpc-go"]
path = proto/third_party/grpc-go
url = https://github.com/grpc/grpc-go.git
ignore = dirty
[submodule "integration-tests/mysql-client-tests/cpp/third_party/mysql-connector-cpp"]
path = integration-tests/mysql-client-tests/cpp/third_party/mysql-connector-cpp
url = https://github.com/mysql/mysql-connector-cpp.git
ignore = dirty
[submodule "proto/third_party/flatbuffers"]
path = proto/third_party/flatbuffers
url = https://github.com/dolthub/flatbuffers.git