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
verifying github.com/bianjieai/[email protected]: checksum mismatch
downloaded: h1:ItdjA6AUyt3SjiN1HxD0DH3OkyMZBqKSKSQYFDF3Ue8=
go.sum: h1:399lErsTpI+faTerw5Q4OuVlXAmAQSuibVvxHR3C6OY=
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.
The text was updated successfully, but these errors were encountered:
The checksum mismatch error indicates that the module github.com/bianjieai/[email protected] downloaded does not match the checksum recorded in go.sum. This could be due to a change in the module, a potential security issue, or a local corruption. To resolve it, try running go mod tidy to update your dependencies, clear your module cache with go clean -modcache, and verify if the module or its version has been updated or altered.
I try to build the binary and have
The text was updated successfully, but these errors were encountered: