* tools: Remove redundant grep -v vendors/ This was used in conjunction with `go list <path>`, however `go list` already ignores the vendor directory. This made this `grep -v` redundant. * Missed an apostrophe