oligot / go-mod-upgrade

Update outdated Go dependencies interactively
MIT License
954 stars 45 forks source link

Don't stop at first path when `force` flag is set #54

Closed jderusse closed 1 month ago

jderusse commented 1 month ago

When the force flag is set and the app has several paths, the current script return after the first update, and prevents other paths to be updated.

oligot commented 1 month ago

Good catch, thanks for your contribution !