-
Notifications
You must be signed in to change notification settings - Fork 38
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
delete github.com/mitchellh/cli in pkg/generic #469
delete github.com/mitchellh/cli in pkg/generic #469
Conversation
✅ Deploy Preview for kurator-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
go.mod
Outdated
@@ -225,6 +222,7 @@ require ( | |||
github.com/mattn/go-isatty v0.0.17 // indirect | |||
github.com/mattn/go-runewidth v0.0.13 // indirect | |||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | |||
github.com/mitchellh/cli v1.1.3 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it still indirect imported
2139f36
to
a530416
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hzxuzhonghu 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 |
a530416
to
fbaf83c
Compare
New changes are detected. LGTM label has been removed. |
Signed-off-by: LiZhenCheng9527 <[email protected]>
fbaf83c
to
944b88d
Compare
What type of PR is this?
/kind bug
What this PR does / why we need it:
Remove github.com/mitchellh/cli in generic to handle lisence problem.
Which issue(s) this PR fixes:
Fixes # #468