From e13d91763e7a42f70d1f19404d2be91e757bcfc9 Mon Sep 17 00:00:00 2001 From: Joe Beda Date: Wed, 27 Aug 2014 20:57:28 -0700 Subject: [PATCH] Update for godep. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e8fd519eb1..90672b17f79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,4 +25,4 @@ Please read [this doc](https://github.com/GoogleCloudPlatform/kubernetes/blob/ma ## Adding dependencies -If your patch depends on new packages, add them to `third_party/deps.sh` and run `third_party/update.sh [package]` to fetch and commit the dependency. +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/tools/godep#add-a-dependency).