-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github.com/bytedance/sonic/loader@v0.1.0: verifying go.mod: checksum mismatch #622
Comments
use this not use others
|
This is because I unexpectedly delete the tag and push it again. You can resolve this through two options:
|
Hi, with |
Update to the latest version of sonic should solve this: go get github.com/bytedance/sonic@latest |
Running
I think this is because base64x depends on it. (and many other modules depend on sonic/loader@v0.1.0)
|
try go get -u |
|
execute |
maybe try go get github.com/bytedance/sonic@v1.11.8 |
The text was updated successfully, but these errors were encountered: