From 4c78f60aeb0d22282bb65e9b83eaab62379da644 Mon Sep 17 00:00:00 2001 From: kun Date: Tue, 9 Feb 2021 13:04:21 +0800 Subject: [PATCH] Add new Go module proxy --- Modules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules.md b/Modules.md index 1b3d7ece..fbf664aa 100644 --- a/Modules.md +++ b/Modules.md @@ -821,6 +821,8 @@ Publicly hosted "always on" immutable module repositories and optional privately For example: * [proxy.golang.org](https://proxy.golang.org) - Official project - Run by [Google](https://www.google.com) - The default Go module proxy built by the Go team. +* [proxy.golang.com.cn](https://proxy.golang.com.cn) - China proxy project - Run by [China Golang Contributor Club](https://golangcn.org) + - China Go module proxy. * [gocenter.io](https://gocenter.io) - Free community project - Run by [JFrog Artifactory](https://jfrog.com) - The central Go modules repository. * [mirrors.tencent.com/go](https://mirrors.tencent.com/go/) - Commercial project - Run by [Tencent Cloud](https://cloud.tencent.com/) - A Go module proxy alternate. * [mirrors.aliyun.com/goproxy](https://mirrors.aliyun.com/goproxy) - Commercial project - Run by [Alibaba Cloud](https://www.alibabacloud.com) - A Go module proxy alternate.