diff --git a/docs/dep.md b/docs/dep.md new file mode 100644 index 0000000000000..81271ac93e1ca --- /dev/null +++ b/docs/dep.md @@ -0,0 +1,8 @@ +# kubernetes/test-infra dependency management + +test-infra uses [`dep`](https://github.com/golang/dep) for Go dependency +management. `dep` is a prototype dependency management tool for Go. It requires +Go 1.8 or newer to compile. + +You can follow the [setup instructions](https://github.com/golang/dep#setup) to +set up `dep` in your local environment.