Skip to content

Commit f93eee0

Browse files
committed
refer to vndr wrapper for adding new packages, and godep for restoring
1 parent e392824 commit f93eee0

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](cri-tools/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)