Update .gitmodules

https://go.googlesource.com might not be accessed in some conditions, but not github.com
This commit is contained in:
dingzhengkai
2018-11-16 09:27:08 +08:00
committed by GitHub
parent 7ef73af460
commit 6245cd1c13

2
.gitmodules vendored
View File

@@ -4,7 +4,7 @@
branch = f28e87c7b9dae139855b574e96f22822986249a8
[submodule "tests/src/golang.org/x/net"]
path = tests/src/golang.org/x/net
url = https://go.googlesource.com/net
url = https://github.com/golang/net
branch = 45e771701b814666a7eb299e6c7a57d0b1799e91
[submodule "tests/src/gopkg.in/yaml.v2"]
path = tests/src/gopkg.in/yaml.v2