chainguard-dev / gobump

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

feat: add go mod tidy flag and store the list of packages in a map #4

Closed hectorj2f closed 11 months ago

hectorj2f commented 11 months ago

I added a test for go mod tidy and adapted the current tests to accept a map instead of an array. With this map, we can collect the current state of the go.mod per bump package.