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
I'm not sure what happened, but it's now impossible to add this module as a dependency to other projects because of a checksum mismatch.
$ go get github.com/pavlo-v-chernykh/keystore-go/[email protected]
go: downloading github.com/pavlo-v-chernykh/keystore-go/v4 v4.4.0
go: github.com/pavlo-v-chernykh/keystore-go/[email protected]: verifying module: checksum mismatch
downloaded: h1:fBO1dUIpQgrrZ7gXJsvDhpNYsfxCuPr6NNtGHiv8FYo=
sum.golang.org: h1:y9azNmMzvkNBPyczpNRwaV4bm0U6e7Oyrj7gi2/SNFI=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
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'.
Maybe I'm missing something? I have seen this happening in other projects when the git history got rewritten after a tag was already published.
I believe cutting a new tag will solve this, although I'm not sure if we also need a new commit, given that v4.4.0 is already pointing to the last commit.
How to reproduce:
mkdir test-keystore-dep
cd test-keystore-dep
go mod init test-keystore-dep
go get github.com/pavlo-v-chernykh/keystore-go/[email protected]
Thanks a lot! 🙂
The text was updated successfully, but these errors were encountered:
I'm not sure what happened, but it's now impossible to add this module as a dependency to other projects because of a checksum mismatch.
Maybe I'm missing something? I have seen this happening in other projects when the git history got rewritten after a tag was already published.
I believe cutting a new tag will solve this, although I'm not sure if we also need a new commit, given that
v4.4.0
is already pointing to the last commit.How to reproduce:
Thanks a lot! 🙂
The text was updated successfully, but these errors were encountered: