Hi! I'm working on an unrelated feature and noticed the vendor dir is committed to this repo, causing hundreds of unrelated modifications. The recent recommendation is to not use the vendor dir and instead let Go handle it in its internal directories. I've verified that CI still passes and local builds still work.
Feel free to close this PR if you have a strong preference for keeping the vendor dir.
Hi! I'm working on an unrelated feature and noticed the vendor dir is committed to this repo, causing hundreds of unrelated modifications. The recent recommendation is to not use the
vendor
dir and instead let Go handle it in its internal directories. I've verified that CI still passes and local builds still work.Feel free to close this PR if you have a strong preference for keeping the vendor dir.