modprox / mp

Private Go Module Proxy
https://modprox.org
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

proxy: try downloading modules from proxy.golang.org first #143

Closed shoenig closed 5 years ago

shoenig commented 5 years ago

Currently there is some "interesting" logic to deal with the way modules are downloaded (as archives), following some but not all of the edge cases defined in the Go cmd/tool documentation. The existence of the new proxy.golang.org public module proxy could make downloading archives much simpler if we download them from there.