> Vendoring means, you fork it, make any modification you want, such as reducing the number of dependencies, but keeping it up to date with upstream is on you.
This is not what vendoring means, this is called forking. Vendoring is just the copy+commit phase, not the modification part.
Dunno. That's what one project I worked on called it. Forking code on GH, pulling as submodules and maintaining it (most repos were unmaintained for years).
This is not what vendoring means, this is called forking. Vendoring is just the copy+commit phase, not the modification part.