Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 476 Bytes

vendoring-dependencies.md

File metadata and controls

18 lines (11 loc) · 476 Bytes

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.