README: Mention that we're using dep for dependencies
This commit is contained in:
parent
8b7c3cd5c2
commit
a2bef50132
|
|
@ -26,6 +26,11 @@ cli client. That client will eventually move here too.
|
||||||
- Packages in this repository should aspire to implement sensible, small
|
- Packages in this repository should aspire to implement sensible, small
|
||||||
interfaces and import a limited set of dependencies.
|
interfaces and import a limited set of dependencies.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
Dependencies are managed using [dep](https://github.com/golang/dep). Please
|
||||||
|
refer to its documentation if needed.
|
||||||
|
|
||||||
## Community, discussion, contribution, and support
|
## Community, discussion, contribution, and support
|
||||||
|
|
||||||
See [this document](https://github.com/kubernetes/community/tree/master/sig-cli) for how to reach the maintainers of this project.
|
See [this document](https://github.com/kubernetes/community/tree/master/sig-cli) for how to reach the maintainers of this project.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue