Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Migrate from Godep to dep #536

Merged
merged 3 commits into from
Jan 4, 2019

Conversation

Jeffwan
Copy link
Contributor

@Jeffwan Jeffwan commented Jan 4, 2019

What this PR does / why we need it:
The Go community now has the dep project to manage dependencies. Godep asks to consider trying to migrate to dep.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #528

Special notes for your reviewer:

  1. I tried to run 'dep init -v' and experiences several issues and get them resolved and then Gopkg.lock, Gopkg.toml are generated and vendor folders are updated too.

  2. Remove GoDeps Folder

  3. Update contribution.md

  4. I notice hack/lib/util.sh has few references on godeps but this util.sh (looks like borrowed from kubernetes/kubernetes) is not used in this project. I delete those methods directly. Let me know if that's fine.

Release note:

Migrate from Godep to dep

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 4, 2019
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jan 4, 2019
@Jeffwan
Copy link
Contributor Author

Jeffwan commented Jan 4, 2019

/cc @k82cn

@k82cn
Copy link
Contributor

k82cn commented Jan 4, 2019

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 4, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Jeffwan, k82cn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 4, 2019
@k8s-ci-robot k8s-ci-robot merged commit 0be5265 into kubernetes-retired:master Jan 4, 2019
@k82cn k82cn added this to the v0.4 milestone Jan 26, 2019
kevin-wangzefeng pushed a commit to kevin-wangzefeng/scheduler that referenced this pull request Jun 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace godep with dep
3 participants