mirror of
https://github.com/gomods/athens
synced 2026-02-03 13:20:30 +00:00
e3236a40f5fa417e6233dbde94b2093124bf0a82
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%