Skip to content
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

Go: dependabot doesn't remove old version of package from go.sum when updating #1995

Closed
echarrod opened this issue Apr 14, 2020 · 5 comments
Closed
Labels
L: go:modules Golang modules

Comments

@echarrod
Copy link

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

@echarrod
Copy link
Author

echarrod commented May 5, 2020

Another example - getyoti/yoti-go-sdk#121

@hmarr
Copy link
Contributor

hmarr commented May 13, 2020

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.

@echarrod
Copy link
Author

And one more - getyoti/yoti-go-sdk#122 (if this isn't helpful, let me know and I'll stop commenting!)

@infin8x infin8x transferred this issue from dependabot/feedback Jun 29, 2020
@mattt mattt added the L: go:modules Golang modules label Dec 13, 2021
@echarrod
Copy link
Author

This seems to be fixed now, probably down to https://github.com/dependabot/feedback/issues/215, I'll close

@yp05327
Copy link

yp05327 commented Feb 20, 2024

It seems that this issue is not fixed yet:
TeaChart/teachart#7
TeaChart/teachart#8
TeaChart/teachart#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: go:modules Golang modules
Projects
None yet
Development

No branches or pull requests

4 participants