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
Hello! We are running our annual fundraising. Please consider making a donation if you value this freely available service or want to support people around the world working towards liberatory social change - https://riseup.net/donate
adds the vendored dependencies to the project using the 'go mod vendor' command.
this will help optimise CI build time a little