Skip to content

Adopt hashicorp/cli fork of mitchellh/cli#34429

Merged
kmoe merged 1 commit intomainfrom
adopt_hashicorp_cli_fork
Dec 20, 2023
Merged

Adopt hashicorp/cli fork of mitchellh/cli#34429
kmoe merged 1 commit intomainfrom
adopt_hashicorp_cli_fork

Conversation

@finnigja
Copy link
Copy Markdown

@finnigja finnigja commented Dec 20, 2023

To address Mitchell's recent announcement (https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc), and as already done with Vault (hashicorp/vault#24239), we need to move Terraform from mitchellh/cli to the hashicorp/cli fork.

Commands to generate:

$ find . -name "*.go" -type f -exec gsed -i -e 's/mitchellh\/cli/hashicorp\/cli/' {} \;
$ for x in `git status -s|awk '{ print $2}'`; do gofmt -w $x; done
$ go mod tidy

Target Release

1.7.x

@finnigja finnigja force-pushed the adopt_hashicorp_cli_fork branch from 04d66fa to 9b19453 Compare December 20, 2023 00:23
@kmoe kmoe added the 1.7-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Dec 20, 2023
@kmoe kmoe merged commit 05b0bda into main Dec 20, 2023
@kmoe kmoe deleted the adopt_hashicorp_cli_fork branch December 20, 2023 11:04
@github-actions
Copy link
Copy Markdown
Contributor

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

@github-actions
Copy link
Copy Markdown
Contributor

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 Jan 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

1.7-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants