goproxyio/goproxy

goproxy.io/sumdb proxy is not correct

Jy-poi opened this issue · 3 comments

image
reproduce method:

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?

may same with #209

Today https://goproxy.io acts normal,I can go mod download this package now.

Close this issue.