From faca6baf7df0582acef26dfba53344e19eec3778 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Sat, 25 Jan 2020 20:49:34 -0500 Subject: [PATCH] Remove doc reference to godep #782 Kubernetes-commit: 2d9b798d1a83b1939782204c06b24c9058ea1d8e --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e78ac3a8..7f699b8ba 100644 --- a/README.md +++ b/README.md @@ -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.