Closed
Description
Description
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 tidy
The github.com/mitchellh/cli
dependency should no longer be a direct dependency in go.mod
.