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

deps: Migrate to github.com/hashicorp/cli #322

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Jan 11, 2024

Closes #311

Done via:

go get github.com/hashicorp/cli@v1.1.6
# replace mitchellh/cli with hashicorp/cli
go mod tidy

Reference: #311

Done via:

```
go get github.com/hashicorp/cli@v1.1.6
# replace mitchellh/cli with hashicorp/cli
go mod tidy
```
@bflad bflad added the dependencies Pull requests that update a dependency file label Jan 11, 2024
@bflad bflad added this to the v0.17.0 milestone Jan 11, 2024
@bflad bflad requested a review from a team as a code owner January 11, 2024 23:01
Copy link
Contributor

@bendbennett bendbennett left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@bflad bflad merged commit 2e13971 into main Jan 12, 2024
6 checks passed
@bflad bflad deleted the bflad/hashicorp-cli branch January 12, 2024 17:33
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from mitchellh/cli to hashicorp/cli
2 participants