chainguard-dev / gobump

Go tool to declaratively bump dependencies.
Apache License 2.0
7 stars 11 forks source link

fix: module replace #12

Closed hectorj2f closed 10 months ago

hectorj2f commented 10 months ago

I've found that our checks for the goVersion in the replace statements were checking the Old.Path (module name) instead of the new one.