Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove doc reference to godep #782 #87550

Merged
merged 1 commit into from Feb 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions staging/src/k8s.io/kubectl/README.md
Expand Up @@ -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.

Expand All @@ -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.
Expand Down