Remove doc reference to godep #782

This commit is contained in:
Bailey Hayes 2020-01-25 20:49:34 -05:00
parent 93b2e42124
commit 2d9b798d1a

View File

@ -10,7 +10,7 @@ programs. E.g. these packages are vendored into `k8s.io/kubernetes` for use in
the [kubectl](https://github.com/kubernetes/kubernetes/tree/master/cmd/kubectl)
cli client. That client will eventually move here too.
# Contribution Requirements
## Contribution Requirements
- Full unit-test coverage.
@ -28,11 +28,6 @@ cli client. That client will eventually move here too.
- Packages in this repository should aspire to implement sensible, small
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
See [this document](https://github.com/kubernetes/community/tree/master/sig-cli) for how to reach the maintainers of this project.