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.
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.