chainguard-dev / gobump

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

Support a dry-run flag to show the diff of the go mod file after running gobump #7

Closed hectorj2f closed 9 months ago

hectorj2f commented 10 months ago

This functionality could be used to log the changes of the go mod file, as well as to debug the changes of gobump without applying them on the current file.

hectorj2f commented 9 months ago

This has been already included in main.