grafeas / voucher

🎟 Voucher creates attestations for Binary Authorization
Apache License 2.0
73 stars 20 forks source link

go mod tidy #33

Closed thepwagner closed 3 years ago

thepwagner commented 3 years ago

Like https://github.com/grafeas/voucher/pull/32 , this is running an automated tool to tidy up some cruft. A tidy main branch will let keep future PRs focused on changes.

Like #32, we could consider enforcing a tidy go mod via CI check. Alternatively, Dependabot does that housekeeping in any update PRs it creates: enabling Dependabot would generally keep this file tidy.