goproxy.eu

A free, community-operated Go module proxy for Europe. GDPR compliant EU hosted

Quick Start

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.

Regions

Paris fr-par.goproxy.eu FR, BE, LU, ES, PT, IT, CH
Amsterdam nl-ams.goproxy.eu NL, DE, DK, SE, NO, FI, IE, GB
Warsaw pl-waw.goproxy.eu PL, CZ, SK, HU, RO, BG, UA, LT, LV, EE

DNS routes you to the nearest region automatically. If a region is down, the Go client falls through to proxy.golang.org.

Privacy & GDPR

We take privacy seriously:

API

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

Policies

About

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.