Athens is an open-source Go module proxy server. Cache and serve Go modules from a single self-hosted instance with a web UI for browsing cached packages. Supports disk storage out of the box.
An open-source Go module proxy server. Host your own Go module cache to speed up builds and ensure module availability, even when upstream sources are down.
After deployment, configure your Go environment to use this proxy:
export GOPROXY=https://your-domain.zeabur.app
Then run go mod download or go build as usual. Athens will cache modules on first fetch.
MIT -- GitHub