Skip to content

Commit 7c1308e

Browse files
authored
Merge pull request #434 from yangkev/fix-dep-link
update link to point to correct godep instructions
2 parents 6111ed2 + e773781 commit 7c1308e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ Follow either of the two links above to access the appropriate CLA and instructi
2323

2424
### Adding dependencies
2525

26-
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).
26+
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).
27+
28+
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 commit comments

Comments
 (0)