mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
.gitmodules: Try https instead of git for public gitmodules references.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,9 +1,9 @@
|
||||
[submodule "proto/third_party/protobuf"]
|
||||
path = proto/third_party/protobuf
|
||||
url = git@github.com:protocolbuffers/protobuf.git
|
||||
url = https://github.com/protocolbuffers/protobuf.git
|
||||
[submodule "proto/third_party/googleapis"]
|
||||
path = proto/third_party/googleapis
|
||||
url = git@github.com:googleapis/googleapis.git
|
||||
url = https://github.com/googleapis/googleapis.git
|
||||
[submodule "proto/third_party/golang-protobuf"]
|
||||
path = proto/third_party/golang-protobuf
|
||||
url = https://github.com/golang/protobuf.git
|
||||
|
||||
Reference in New Issue
Block a user