Merge pull request #87550 from ricochet/doc/godep-kubectl

Remove doc reference to godep #782
This commit is contained in:
Kubernetes Prow Robot 2020-02-19 16:11:18 -08:00 committed by GitHub
commit fd95a019a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.