Hacker News new | past | comments | ask | show | jobs | submit login

GOPROXY is enabled by default. “Since Go 1.13, the go command by default downloads and authenticates modules using the Go module mirror and Go checksum database.” https://proxy.golang.org/



So you might just need an anonymizing relay to the Google proxy.

The GOPROXY protocol is quite small to allow to implement such a relay: https://go.dev/ref/mod#goproxy-protocol


Also using a generic http_proxy that does the relay you need might just be enough as many solutions exist in that space.

https://stackoverflow.com/questions/10383299/how-do-i-config...


Only if you’re not vendoring your dependencies, afaik.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: