mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-18 21:26:08 +00:00
* Change master to main in most uses Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
476 B
476 B
Vendoring dependencies
Overview
We are using dep to manage dependencies. You can install it by following these instructions.
Adding a new dependency
Run dep ensure. If you want to see verbose output, you can append -v as in
dep ensure -v.
Updating an existing dependency
Run dep ensure -update <pkg> [<pkg> ...] to update one or more dependencies.