vendor/ - Add vendored dependencies using 'go mod vendor'
adds the vendored dependencies to the project using the 'go mod vendor' command.
this will help optimise CI build time a little
Edited by sgk
adds the vendored dependencies to the project using the 'go mod vendor' command.
this will help optimise CI build time a little