-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Milestone
Description
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/[email protected]
go mod tidyThe github.com/mitchellh/cli dependency should no longer be a direct dependency in go.mod.
Additional Information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file