goproxy.io

A global proxy for go modules.

First, you will need to enable the Go Modules feature and configure Go to use the proxy.

Bash:

export GOPROXY=https://goproxy.io

PowerShell:

$env:GOPROXY = "https://goproxy.io"

Now, when you build and run your applications, go will fetch dependencies via goproxy.io.

Github

Note: this proxy can't fetch your private repos of course.
Mail: admin@goproxy.io