From 6245cd1c13b6a07c14f8f6ba23e1c431d4bce857 Mon Sep 17 00:00:00 2001 From: dingzhengkai Date: Fri, 16 Nov 2018 09:27:08 +0800 Subject: [PATCH] Update .gitmodules https://go.googlesource.com might not be accessed in some conditions, but not github.com --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cfc41a54c7..2f5e5ca887 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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