.gitmodules: Use HTTPS transport for flatbuffers submodule instead of SSH.

This commit is contained in:
Aaron Son
2022-09-14 09:58:27 -07:00
parent 7e9c155773
commit 05a388b684

4
.gitmodules vendored
View File

@@ -16,8 +16,8 @@
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
url = https://github.com/mysql/mysql-connector-cpp.git
ignore = dirty
[submodule "proto/third_party/flatbuffers"]
path = proto/third_party/flatbuffers
url = git@github.com:dolthub/flatbuffers.git
url = https://github.com/dolthub/flatbuffers.git