Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run (go mod tidy) before (go mod vendor) again
We switched the order because (go mod tidy) seemed not to work before, but the reason why it didn't work was only tangentially the ordering, and now that all commands do work, modifying the set of modules makes more sense before updating the vendor directory. Signed-off-by: Miloslav Trmač <[email protected]>
- Loading branch information