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
go: downloading github.com/emicklei/go-restful/v3 v3.11.1
verifying github.com/emicklei/go-restful/v3@v3.11.1: checksum mismatch
downloaded: h1:PZ8lyY5omynnq9Y2BHKmNqkC3AnPMES2e2bg7slcfzw=
go.sum: h1:S+9bSbua1z3FgCnV0KKOSSZ3mDthb5NyEPL5gEpCvyk=
SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
I suspect it's because of the 2 tags pointed at the same commit. I was able to force a replace in go.mod to workaround but wanted to raise an issue for awareness:
Fetching v3.11.1 causes a checksum mismatch:
I suspect it's because of the 2 tags pointed at the same commit. I was able to force a replace in
go.mod
to workaround but wanted to raise an issue for awareness:The text was updated successfully, but these errors were encountered: