hashicorp / terraform-plugin-codegen-openapi

OpenAPI to Terraform Provider Code Generation Specification
Mozilla Public License 2.0
49 stars 6 forks source link

Migrate from mitchellh/cli to hashicorp/cli #110

Closed bflad closed 7 months ago

bflad commented 7 months ago

Use Cases or Problem Statement

The mitchellh/cli dependency is being archived, per this announcement. HashiCorp had already made the fork and published v1.1.6 release. Terraform itself has already been migrated.

Proposal

Replace Go imports of github.com/mitchellh/cli with github.com/hashicorp/cli. It should be a drop-in replacement.

go get github.com/hashicorp/cli@v1.1.6
go mod tidy

The github.com/mitchellh/cli dependency should no longer be a direct dependency in go.mod.

Additional Information

No response

Code of Conduct

github-actions[bot] commented 1 month ago

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