Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit ff682bd

Browse files
committed
Add some dep docs.
1 parent 07033ae commit ff682bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ ln -s $(pwd)/hack/hooks/* .git/hooks
4141
```
4242

4343
from the project root.
44+
45+
## Dependencies
46+
47+
This project uses [dep](https://github.com/golang/dep) for managing dependencies and the `vendor` directory.
48+
You should not need to know about this tool unless you are trying to add a new dependency or update an existing one.
49+
50+
See the [dep documentation](https://github.com/golang/dep#adding-a-dependency) for information on how to add a dependency.

0 commit comments

Comments
 (0)