mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
a7f1d27491d22ed4f90f28cdb17a421f397a6334
vgoprox
A proxy server for vgo.
This project is a proof-of-concept server that implements the download protocol detailed here (under "Download Protocol").
The server serves Go modules -- defined by the "Go and Versioning" papers -- from a few sources:
- Memory
- An on-disk directory (not yet implemented)
- Cloud blog stores (not implemented yet)
There are a few more features planned:
- An admin API that accepts new modules and stores them
- A CLI that packages up modules and sends them to the admin API
Languages
Go
94.3%
Shell
2.6%
PowerShell
1.5%
Makefile
0.8%
Dockerfile
0.7%