goproxy.io/sumdb proxy is not correct
Jy-poi opened this issue · 3 comments
Jy-poi commented
go clean -modcache
export GOPROXY=https://goproxy.io,direct
go mod download github.com/Masterminds/sprig@v2.22.0+incompatible
use GOPROXY=direct,it works.
also found: https://goproxy.io/sumdb/sum.golang.org/tile/8/1/237 and https://sum.golang.org/tile/8/1/237 return is different.
Is goproxy.io getting something wrong?
Jy-poi commented
Today https://goproxy.io acts normal,I can go mod download this package now.
Jy-poi commented
Close this issue.