You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a go.mod contains an invalid module path, by accident or otherwise, the go report card will successfully fetch on initial scanning, but will fail on all subsequent attempts due to attempting to use the potentially incorrect module path stated in the go.mod and will not fetch the new go.mod.
Suggestions to fix this:
Using named tags can fix this, as it would have to re-fetch the actual git repository to find the tag
Using the @master system pkg.go.dev has for a complete re-fetch could also work, as it'd allow the broken go.mod to be replaced
Allowing the removal of repositories can help, as a complete removal and re-initialization of the repository would fix the problem
I'd be happy to make a PR if no progress is made on this.
[https://goreportcard.com/report/git.ailur.dev/ailur/httpserver](The broken repository in question)
The text was updated successfully, but these errors were encountered:
If a go.mod contains an invalid module path, by accident or otherwise, the go report card will successfully fetch on initial scanning, but will fail on all subsequent attempts due to attempting to use the potentially incorrect module path stated in the go.mod and will not fetch the new go.mod.
Suggestions to fix this:
I'd be happy to make a PR if no progress is made on this.
[https://goreportcard.com/report/git.ailur.dev/ailur/httpserver](The broken repository in question)
The text was updated successfully, but these errors were encountered: