Use vndr instead of godep.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-08-03 17:33:58 +00:00
parent 230f03a47d
commit 20860f2ecb
176 changed files with 8029 additions and 9963 deletions

View File

@@ -23,4 +23,5 @@ Follow either of the two links above to access the appropriate CLA and instructi
### Adding dependencies
If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md#dependency-management).
If your patch depends on new packages, add that package with [`vndr`](https://github.com/LK4D4/vndr). Please
modify `vendor.conf` and run the `vndr` tool to update the `vendor/` directory.