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
(venv) ➜ pop-global-server git:(abtest) go mod tidy
go: downloading github.com/larksuite/oapi-sdk-go/v3 v3.2.8
verifying github.com/larksuite/oapi-sdk-go/[email protected]: checksum mismatch
downloaded: h1:aaR1dmIXFiP7y/k45/9JcK8efGmP7POz3PnjY98AZeA=
go.sum: h1:elbufnS+gQVOkzX9JLkS/N9u3ay/IAIE17nE4kNoYZ4=
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.
(venv) ➜ pop-global-server git:(abtest) go mod tidy
go: downloading github.com/larksuite/oapi-sdk-go/v3 v3.2.8
verifying github.com/larksuite/oapi-sdk-go/[email protected]: checksum mismatch
downloaded: h1:aaR1dmIXFiP7y/k45/9JcK8efGmP7POz3PnjY98AZeA=
go.sum: h1:elbufnS+gQVOkzX9JLkS/N9u3ay/IAIE17nE4kNoYZ4=
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'.
项目中依赖了v3.2.8的版本,今天重新拉包发现已经下载的go.sum的值和现在最新的代码go.sum的校验值不一致?
The text was updated successfully, but these errors were encountered: