Hacker News new | ask | show | jobs
by coldtea 966 days ago
vendored just means copying the upstream code dependencies into your project.

Golang, where it is (or used to be) a common practice, even has special tooling for this, and dedicates the "vendor" directory to that.