.gitmodules: Try https instead of git for public gitmodules references.

This commit is contained in:
Aaron Son
2019-08-15 12:00:37 -07:00
parent 39fe77c1ea
commit f3a756c70a

4
.gitmodules vendored
View File

@@ -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