mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-21 07:24:19 +00:00
* Move files to a Hugo structure Signed-off-by: Tony Batard <tbatard@pivotal.io>
504 B
504 B
title, layout
| title | layout |
|---|---|
| Vendoring dependencies | docs |
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.