chainguard-dev / gobump

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

run go mod vendor when detected a vendor folder #27

Closed hectorj2f closed 8 months ago

hectorj2f commented 9 months ago

There are some scenarios where where we have a workspace and the code needs to run go work vendor instead. That could be detected by gobump if there is a go.work file.

hectorj2f commented 8 months ago

This has been added and merged in main. Closing this issue!