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

Fix go module files #461

Conversation

qu1queee
Copy link
Contributor

@qu1queee qu1queee commented Nov 2, 2020

The go.mod does not have a proper indentation for the require() block.
The go.mod was missing the changes introduced for the k8s.io/utils, this
were already added in the vendor and the vendor/modules.txt before.

The go.sum was not reflecting all changes.

I detected the above by a simple go mod tidy.

The go.mod does not have a proper indentation for the require() block.
The go.mod was missing the changes introduced for the k8s.io/utils, this
were already added in the vendor and the vendor/modules.txt before.

The go.sum was not reflecting all changes.

I detected the above by a simple `go mod tidy`.
@qu1queee qu1queee requested review from zhangtbj and removed request for otaviof and adambkaplan November 2, 2020 18:50
@qu1queee
Copy link
Contributor Author

qu1queee commented Nov 2, 2020

@zhangtbj pls ask Zoe to review this one, while this is related to #447 . I already sent Zoe an invitation for the org, so that she can be listed as reviewers for the PRs.

Copy link
Member

@adambkaplan adambkaplan left a comment

Choose a reason for hiding this comment

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

/lgtm

I think I need this for the operator-sdk rebase.

@openshift-ci-robot openshift-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 2, 2020
@adambkaplan
Copy link
Member

/lgtm cancel

since @qu1queee asked for an additional review.

@openshift-ci-robot openshift-ci-robot removed lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 2, 2020
@adambkaplan
Copy link
Member

/approve

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adambkaplan

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

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 2, 2020
@openshift-merge-robot openshift-merge-robot merged commit 0c69d57 into shipwright-io:master Nov 2, 2020
@qu1queee qu1queee deleted the qu1queee/fix-go-modules-files branch November 3, 2020 07:10
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants