Remove doc reference to godep #782
Kubernetes-commit: 2d9b798d1a83b1939782204c06b24c9058ea1d8e
This commit is contained in:
parent
4e4ec7cb5b
commit
faca6baf7d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue