gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
2k stars 250 forks source link

Refresh error of github Library in the goreportcard.com #360

Closed wenlng closed 2 years ago

wenlng commented 2 years ago

My library needs to refresh the report. When I click the "Refresh Now" button in web page,

An error response will be reported:

There was an error processing your request: Could not analyze the repository: could not download repo: could not get latest module version from https://proxy.golang.org/"github.com/wenlng/go-captcha"/@latest: bad request: invalid escaped module path "\"github.com/wenlng/go-captcha\"": malformed module path "\"github.com/wenlng/go-captcha\"": invalid char '"'

request proxy.golang.org/github.com/wenlng/go-captcha/@latest can respond normally.

shawnps commented 2 years ago

@wenlng please try removing the quotes from the first line of the go.mod.

wenlng commented 2 years ago

@shawnps Thank you