moul/http2curl

[BUG] not possible to "install" module

marekchowaniok opened this issue · 1 comments

Describe the bug
Not possible to "install/get" module

To Reproduce
Steps to reproduce the behavior:

  1. 'go get moul.io/http2curl'
  2. See error:
    'go: moul.io/http2curl upgrade => v2.0.0+incompatible
    go get: moul.io/http2curl@v2.0.0+incompatible/go.mod: verifying module: moul.io/http2curl@v2.0.0+incompatible/go.mod: reading https://gocenter.io/sumdb/sum.golang.org/lookup/moul.io/http2curl@v2.0.0+incompatible: 404 Not Found'

Expected behavior
being able to install module and use it in go

Screenshots / Logs
'go: moul.io/http2curl upgrade => v2.0.0+incompatible
go get: moul.io/http2curl@v2.0.0+incompatible/go.mod: verifying module: moul.io/http2curl@v2.0.0+incompatible/go.mod: reading https://gocenter.io/sumdb/sum.golang.org/lookup/moul.io/http2curl@v2.0.0+incompatible: 404 Not Found'

Versions (please complete the following information, if relevant):

  • Software version: 'v2.0.0+incompatible'
  • OS: OSX:10:15:6
  • Golang version: go version go1.14.5 darwin/amd64
  • GOPROXY=https://gocenter.io (but same error as well witout proxy)

Additional context
Add any other context about the problem here.

looks like it is goproxy, when tested with "export GOPROXY=https://proxy.golang.org" it works