Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before this patch, git diff was used to ensure that Go modules were properly vendored. While it could catch a failure to update a vendored module, it would not fail when a module was not vendored (untracked). This patch uses git status instead of git diff, effectively catching untracked vendored modules as well. Signed-off-by: Alexandre Perrin <[email protected]>
- Loading branch information