docs/contributing/vendoring.md
kOps uses go mod to manage vendored dependencies.
The following software must be installed prior to running the update commands:
Go modules will manage required dependencies based on the imports found in the source code. Follow these steps to run the update process:
.go file.make gomod to start the update process. If this step is
successful, the imported dependency will be added to the vendor
subdirectory.vendor directory,
go.mod, and go.sum.go.modmake gomod.vendor directory,
go.mod and go.sum.