Skip to content

Commit

Permalink
Merge pull request #434 from yangkev/fix-dep-link
Browse files Browse the repository at this point in the history
update link to point to correct godep instructions
  • Loading branch information
k8s-ci-robot authored Mar 15, 2019
2 parents 6111ed2 + e773781 commit 7c1308e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ 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/kubernetes/blob/master/docs/devel/development.md#godep-and-dependency-management).
If your patch depends on new packages, add that package using the provided [hack/update-vendor.sh](hack/update-vendor.sh) script, which is a wrapper around [vndr](https://github.com/LK4D4/vndr).

To restore package versions with `godep`, refer to the Kubernetes Community docs for [restoring dependencies](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/godep.md#restoring-deps).

0 comments on commit 7c1308e

Please sign in to comment.