Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #714

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Update dependencies #714

merged 1 commit into from
Oct 9, 2024

Conversation

jocgir
Copy link

@jocgir jocgir commented Oct 9, 2024

This pull request includes various spelling corrections in comments and updates dependencies in the go.mod file. Additionally, it introduces a .cspell.json configuration file to ignore specific words for spell-checking.

Spelling Corrections:

  • Corrected "analysing" to "analyzing" in cli/get_stack_info.go.
  • Fixed "interpretated" to "interpreted" in config/config.go.
  • Changed "priorising" to "prioritizing" in multiple files:
    • config/extension_base_list.go
    • config/generated_approval_config.go
    • config/generated_extra_args.go
    • config/generated_extra_command.go
    • config/generated_hooks.go
    • config/generated_import_files.go
    • config/generated_import_variables.go
  • Corrected "crosslinkDependencies" to "crossLinkDependencies" in configstack/module.go [1] [2] [3] [4] [5].
  • Fixed "proccess" to "process" in configstack/running_module.go.
  • Corrected "terrafrom" to "terraform" in configstack/stack_plan.go.

Dependency Updates:

  • Updated dependencies in go.mod:
    • github.com/aws/aws-sdk-go-v2 and related packages.
    • cloud.google.com/go and related packages.
    • google.golang.org/genproto and related packages.
    • google.golang.org/grpc and related packages.
    • Replaced github.com/hashicorp/terraform to a specific version.

Configuration:

  • Added .cspell.json to ignore specific words for spell-checking.

Also, fix some typos according to cspell
Freeze terraform version by using Coveo fork instead of using the official Hashicorp version.  This avoid Renovate breaks the build by updating terraform dependencies and fix go get by telling him to use our fork instead of the upstream while discovering new versions.
@jocgir jocgir requested a review from a team as a code owner October 9, 2024 20:20
@jocgir jocgir merged commit 72b3206 into master Oct 9, 2024
11 checks passed
@jocgir jocgir deleted the update/DT-7236-gotemplate-and-others branch October 9, 2024 20:35
jocgir added a commit that referenced this pull request Oct 9, 2024
Also, fix some typos according to cspell
Freeze terraform version by using Coveo fork instead of using the official Hashicorp version.  This avoid Renovate breaks the build by updating terraform dependencies and fix go get by telling him to use our fork instead of the upstream while discovering new versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants