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

🐛 Restore Gopkg.toml #176

Merged

Conversation

DirectXMan12
Copy link
Contributor

This restores Gopkg.toml, and adds in some minimal testing to ensure
that Gopkg.toml is up to date. Testing matches would be difficult
due to differences in how go modules and dep capture the version of
branch and non-version-tag-based dependencies.

@DirectXMan12
Copy link
Contributor Author

cc @mengqiy

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: DirectXMan12

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 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. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Apr 4, 2019
Copy link
Member

@mengqiy mengqiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

test.sh Outdated
@@ -135,3 +135,21 @@ golangci-lint run --disable-all \
header_text "running go test"

go test -mod=vendor ./pkg/... ./cmd/... -parallel 4

# ensure that Gopkg.{toml,lock} are up-to-date
header_test "ensuring that Gopkg.{toml,lock} are up to date..."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here. should be header_text

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 4, 2019
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 5, 2019
@mengqiy
Copy link
Member

mengqiy commented Apr 5, 2019

travis can't find dep. Please fix.

This restores Gopkg.toml, and adds in some minimal testing to ensure
that Gopkg.toml is up to date.  Testing matches would be difficult
due to differences in how go modules and dep capture the version of
branch and non-version-tag-based dependencies.
@mengqiy
Copy link
Member

mengqiy commented Apr 8, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 8, 2019
@k8s-ci-robot k8s-ci-robot merged commit 12de139 into kubernetes-sigs:master Apr 8, 2019
@DirectXMan12 DirectXMan12 deleted the bug/restore-gopkg-toml branch April 8, 2019 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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 "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants