Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 796 Bytes

dep.md

File metadata and controls

26 lines (17 loc) · 796 Bytes

kubernetes/test-infra dependency management

test-infra uses dep for Go dependency management. dep is a prototype dependency management tool for Go. It requires Go 1.8 or newer to compile.

Setup

You can follow the setup instructions to set up dep in your local environment.

Changing dependencies

You can use the dep instructions for adding, updating or removing a dependency.

Once you've updated, make sure to run:

dep prune
hack/update-bazel.sh

To prune unneeded deps, and then update all the bazel files that dep blows away.