Skip to content

Migrate from mitchellh/cli to hashicorp/cli #110

@bflad

Description

@bflad

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 tidy

The 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

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions