Skip to content

Commit 01764d3

Browse files
committed
refer to vndr wrapper for adding new packages, and godep for restoring
1 parent 897c346 commit 01764d3

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 [`vndr`](https://github.com/LK4D4/vndr). Refer to the Kubernetes Community [documentation](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/godep.md) on dependency management for general best practices.
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)