A free, community-operated Go module proxy for Europe. GDPR compliant EU hosted
Add to your environment or CI config:
export GOPROXY=https://https://goproxy.eu,https://proxy.golang.org,direct
Then build as usual:
go build ./...
No registration. No API keys. No authentication.
DNS routes you to the nearest region automatically. If a region is down, the Go client falls through to proxy.golang.org.
We take privacy seriously:
Standard Go module proxy protocol (spec):
GET https://goproxy.eu/{module}/@v/list # list versions
GET https://goproxy.eu/{module}/@v/{version}.info # version metadata
GET https://goproxy.eu/{module}/@v/{version}.mod # go.mod file
GET https://goproxy.eu/{module}/@v/{version}.zip # source archive
GET https://goproxy.eu/{module}/@latest # latest version
Powered by Athens, Envoy Gateway, Flux CD, and Let's Encrypt. Hosted on Scaleway. Operated by Clouds of Europe.
Rate limited to 1000 requests/minute per proxy instance. Source code licensed under Apache-2.0.