top | item 33920318

proxy.golang.org issues affecting 'go get'

5 points| mariusor | 3 years ago |github.com | reply

3 comments

order
[+] capableweb|3 years ago|reply
Isn't the entire point behind using URIs as "modules URIs" that it's decentralized so the load is spread across hosts and there isn't a single point of failure? Is Golang proxying all those fetches regardless?
[+] mariusor|3 years ago|reply
A temporary solution to the issue is to remove proxying for packages download:

go env -w GOPROXY=direct

go env -w GOSUMDB=off