We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dependabot correctly updates the go.mod, and adds the new version to go.sum. But it doesn't remove the old version from go.sum.
Recent examples of this (see dependabot original commit):
Created #1707, but looks like this is a better place to report bugs
The text was updated successfully, but these errors were encountered:
Another example - getyoti/yoti-go-sdk#121
Sorry, something went wrong.
This would be solved by fixing https://github.com/dependabot/feedback/issues/215. That's not the only way to solve this issue, so I'm going to leave them as separate issues for now.
And one more - getyoti/yoti-go-sdk#122 (if this isn't helpful, let me know and I'll stop commenting!)
go mod tidy
This seems to be fixed now, probably down to https://github.com/dependabot/feedback/issues/215, I'll close
It seems that this issue is not fixed yet: TeaChart/teachart#7 TeaChart/teachart#8 TeaChart/teachart#9
No branches or pull requests
dependabot correctly updates the go.mod, and adds the new version to go.sum. But it doesn't remove the old version from go.sum.
Recent examples of this (see dependabot original commit):
Created #1707, but looks like this is a better place to report bugs
The text was updated successfully, but these errors were encountered: