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

fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.10 #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gruntwork-io/terragrunt v0.48.1 -> v0.58.10 age adoption passing confidence

Release Notes

gruntwork-io/terragrunt (github.com/gruntwork-io/terragrunt)

v0.58.10

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-download-dir

Description

  • Fixed ignoring TERRAGRUNT_DOWNLOAD for dependent modules

Related links

v0.58.9

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups
  • remote_state

Description

  • Fixed output-module-groups command
  • Improved logging of S3 encryption warning

Related links

v0.58.8

Compare Source

Description

  • Fixed S3 bucket URL modifying

Related links

v0.58.7

Compare Source

Description

  • Support all provider_installation methods in the CLI config with the provider cache.

Related links

v0.58.6

Compare Source

Updated CLI args, config attributes and blocks

  • source

Description

  • Fixed terraform source URL handling

Related links

v0.58.5

Compare Source

Updated CLI args, config attributes and blocks

  • include

Description

  • Fixed concurrency errors on merging includes
  • Updated documentation examples

Related links

v0.58.4

Compare Source

Updated CLI args, config attributes and blocks

  • include

Description

  • Updated metadata copy flow to use locks and avoid concurrent modification exceptions
  • Updated Makefile to generate mocks before build

Related links

v0.58.3

Compare Source

Description

  • Added Terraform lock file generation with provider caching

Related links

v0.58.2

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json
  • --terragrunt-include-module-prefix

Description

  • Fixed generation of plan JSON files when JSON log format is enabled.

Related links

v0.58.1

Compare Source

Updated CLI args, config attributes and blocks

  • generate

Description

  • Added if_disabled attribute for generate block.

Related links

v0.58.0

Compare Source

Description

OpenTofu 1.7 support: We are now testing Terragrunt against OpenTofu 1.7 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in the OpenTofu version that is being tested.

Related links

v0.57.13

Compare Source

Description

Related links

v0.57.12

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated Terragrunt to check by default for OpenTofu executable before switching to Terraform.

Related links

v0.57.11

Compare Source

Updated CLI args, config attributes and blocks

  • run-all show
  • show

Description

Related links

v0.57.10

Compare Source

Updated CLI args, config attributes and blocks

  • OpenTelemetry traces reporting

Description

  • Added TRACEPARENT environment variable support for reporting parent traces in OpenTelemetry trace collection.

Related links

v0.57.9

Compare Source

Description

  • Added hash and signature checks for cached providers.

Related links

v0.57.8

Compare Source

Updated CLI args, config attributes and blocks

  • run-all
  • --terragrunt-out-dir
  • --terragrunt-json-out-dir

Description

  • Updated --terragrunt-out-dir to use plan from directory hierarchy.
  • Added new flag --terragrunt-json-out-dir to save plan in JSON format.

Related links

v0.57.7

Compare Source

Description

  • Updated github.com/hashicorp/go-getter dependency to 1.7.4

Special thanks

Special thanks to @​jdaftari-confluent for their contribution!

Related links

v0.57.6

Compare Source

Description

  • Removed example with destroy execution.
  • Got rid of code under BUSL license.

Related links

v0.57.5

Compare Source

Description

  • Bump golang.org/x/net from 0.19.0 to 0.23.0

Related links

v0.57.4

Compare Source

Updated CLI args, config attributes and blocks

  • run-all
  • --terragrunt-out-dir

Description

  • Added --terragrunt-out-dir CLI argument to use Terraform plan in run-all commands from a specific directory.

Related links

v0.57.3

Compare Source

Description

  • Fixed getting output from multiple nested dependencies

Related links

v0.57.2

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json

Description

  • Fixed handling of dependency outputs when JSON log format is enabled

Related links

v0.57.1

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache-dir

Description

  • Fixed module request routing with provider caching.
  • Fixed resolving relative provider cache dir path.

Related links

v0.57.0

Compare Source

Description

Terraform 1.8 support: We are now testing Terragrunt against Terraform 1.8 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

v0.56.5

Compare Source

Updated CLI args, config attributes and blocks

  • apply -destroy

Description

  • Fixes destroy order for apply -destroy alias command

Related links

v0.56.4

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache
  • --terragrunt-provider-cache-dir
  • --terragrunt-provider-cache-disable-partial-lock-file
  • --terragrunt-provider-cache-registry-names
  • --terragrunt-provider-cache-hostname
  • --terragrunt-provider-cache-port
  • --terragrunt-provider-cache-token

Description

  • Caching Terraform providers, docs

Related links

v0.56.3

Compare Source

Description

  • Fixes slow destroy of config deeply nested in config hierarchy

Related links

v0.56.2

Compare Source

Updated CLI args, config attributes and blocks

  • json-render
  • remote_state

Description

  • Adjusted logging level for S3 bucket encryption warnings
  • Added CLI flag --terragrunt-json-disable-dependent-modules to disable identification of root modules during render-json

Special thanks

Special thanks to @​kaden-l-nelson for their contribution!

Related links

v0.56.1

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt-info

Description

  • Updated terragrunt-info to return parsed info data in case of error.

Related links

v0.56.0

Compare Source

Description

  • Updated officially supported versions of OpenTofu and Terraform
  • Updated CICD tests to run integration tests using Terraform 1.5 and latest Terraform (1.7.x)

Related links

v0.55.21

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated remote state creation/update errors to include bucket name.

Related links

v0.55.20

Compare Source

Description

  • Fixes terraform source URL handling

Related links

Full Changelog: gruntwork-io/terragrunt@v0.55.19...v0.55.20

v0.55.19

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fix grammar in feature text
  • Fix URL handling in the scaffold command
  • Updated gon version to 0.2.5

Related links

Full Changelog: gruntwork-io/terragrunt@v0.55.18...v0.55.19

v0.55.18

Compare Source

Description

  • Updated github.com/cloudflare/circl from 1.3.3 to 1.3.7
  • Updated github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3
  • Updated google.golang.org/protobuf from 1.32.0 to 1.33.0
  • Updated nokogiri to 1.16.3
  • Updates mini_portile2 from 2.4.0 to 2.8.5

Related links

v0.55.17

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Added support for OpenTofu registry for shorthand TFR modules.

Related links

v0.55.16

Compare Source

Description

  • Improved performance in parsing HCL files.

Related links

v0.55.15

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Simplified scaffold command implementation to prevent internal errors.

Related links

v0.55.14

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Upgraded sops dependency to a new location with dependencies.

Special thanks

Special thanks to @​rubensf for their contribution!

Related links

v0.55.13

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fixed handling of scaffold command exit in MacOS

Related links

v0.55.12

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Fixed handling of scaffold command in Windows

Related links

v0.55.11

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improved handling of exit from the catalog view in MacOS.

Related links

v0.55.10

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Updated catalog command to not freeze terminal UI in MacOS.

Related links

v0.55.9

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fixed data race in dependency computation

Special thanks

Special thanks to @​vladlosev for their contribution!

Related links

v0.55.8

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.55.7...v0.55.8

v0.55.7

Compare Source

Description

  • Update go version to 1.21.7 to fix CVEs

Related links

v0.55.6

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Fix nested dependency parsing

Related links

v0.55.5

Compare Source

Description

  • Added support for OpenTelemetry metrics and traces

Related links

v0.55.4

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Added support for referencing dependency inputs

Related links

v0.55.3

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved remote_state.assume_role changes identification to avoid repeated initialization on each run.

Related links

v0.55.2

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Improved dependency management by ensuring 'skip' flag properly excludes evaluation of skipped dependencies.

Related links

v0.55.1

Compare Source

Description

  • Updated github.com/opencontainers/runc dependency to 1.1.12

Related links

v0.55.0

Compare Source

Updated CLI args, config attributes and blocks

  • graph
  • render-json
  • run-all destroy

Description

  • New CLI option graph for running terraform commands on the dependency graph.
  • Updated render-json and run-all destroy to include list of transient dependencies.

Related links

v0.54.22

Compare Source

Description

  • Upgraded AWS Go SDK to v1.50.0.

Related links

v0.54.21

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved error message when Terraform and Tofu executables are missing.

Related links

v0.54.20

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-json-log
  • --terragrunt-tf-logs-to-json

Description

  • Added CLI flags to output logs in JSON format.

Related links

v0.54.19

Compare Source

Updated CLI args, config attributes and blocks

  • read_tfvars_file

Description

  • Fixed handling of empty tfvars files.

Related links

v0.54.18

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fix cloning repos for the catalog command.

Related links

v0.54.17

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated find_in_parent_folders() to ignore .terragrunt-cache in Windows environments, in the same way as in Linux and Mac.

Related links

v0.54.16

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fix reading catalog configuration.

Related links

v0.54.15

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Updated manifest clean function to not generate errors on removing old manifest.

Related links

v0.54.14

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved S3 bucket handling to seamlessly manage scenarios where bucket policies are absent.

Related links

v0.54.13

Compare Source

Description

  • Upgraded AWS SDK version to v1.49.17.

Related links

v0.54.12

Compare Source

Updated CLI args, config attributes and blocks

  • find_in_parent_folders

Description

  • Fixes the built-in find_in_parent_folders function, by reverting the code to v0.54.4

Related links

v0.54.11

Compare Source

Description

  • Updated golang.org/x/crypto dependency to 0.17.0

Related links

v0.54.10

Compare Source

Updated CLI args, config attributes and blocks

  • find_in_parent_folders

Description

  • Fixes the built-in find_in_parent_folders function, which was broken in the previous v0.54.9 release.

Related links

v0.54.9

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improvements to searching and reading catalog configuration.

Related links

v0.54.8

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Speed up repo cloning for the catalog command.

Related links

v0.54.7

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved error logging during Terraform source download process.

Special thanks

Special thanks to @​gqrlt1207 for their contribution!

Related links

v0.54.6

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated remote state assume_role generation to not be a single-line HCL string.

Related links

v0.54.5

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Read the list of repositories from the terragrunt configuration file for the catalog command.

Related links

v0.54.4

Compare Source

Updated CLI args, config attributes and blocks

  • run-all

Description

  • Updated state bucket initialization to avoid concurrency errors.

Related links

v0.54.3

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Fixed handling of catalog https://... urls.

Related links

v0.54.2

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

Description

  • Improved parsing of Markdown/AsciiDoc files in the catalog CLI command.

Related links

v0.54.1

Compare Source

Updated CLI args, config attributes and blocks

  • catalog
  • scaffold

Description

  • Updated documentation for scaffold and catalog commands.
  • Removed blank lines from generated HCL code by scaffold command.
  • Fixed passing of terraform source URL from catalog to scaffold.

Related links

v0.54.0

Compare Source

Updated CLI args, config attributes and blocks

  • catalog
  • scaffold

Description

  • New CLI option catalog
  • New CLI option scaffold
  • Updated version check regular expression.

Special thanks

Special thanks to @​wyardley for their contribution!

Related links

v0.53.8

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Fixed passing of assume_role values to Terraform.

Related links

v0.53.7

Compare Source

Description

  • Updated github.com/golang-jwt/jwt/v4 dependency to v4.5.0

Related links

v0.53.6

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added support for assuming roles in S3 backend configuration.

Special thanks

Special thanks to @​sylwit for their contribution!

Related links

v0.53.5

Compare Source

Updated CLI args, config attributes and blocks

  • get_terraform_commands_that_need_input()

Description

  • Corrected get_terraform_commands_that_need_input() function name.

Related links

v0.53.4

Compare Source

Updated CLI args, config attributes and blocks

  • get_working_dir()

Description

  • Add shell completion.
  • Add a new built-in function get_working_dir().

Related links

v0.53.3

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Added missing terraform commands to pass validation.
  • Added explanation of errors related to missing AWS credentials.

Related links

v0.53.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Updated GCP dependencies to support "type": "external_account_authorized_user" authentication.

Related links

v0.53.1

Compare Source

Description

  • Updated aws-sdk to support SSO

Related links

v0.53.0

Compare Source

Description

Terraform 1.6 support: We are now testing Terragrunt against Terraform 1.6 and is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in Terraform version that is being tested.

Related links

v0.52.7

Compare Source

Description

Updated google.golang.org/grpc dependency from 1.55.0 to 1.56.3

Related links

v0.52.6

Compare Source

Updated CLI args, config attributes and blocks

  • output-module-groups

Description

  • Updated output-module-groups to work like run-all from any subfolder within a Terragrunt configuration.
  • Improved output-module-groups performance by eliminating the need for init.
  • Introduced Terragrunt CLI option support for output-module-groups.
  • Added support for destroy subcommand for output-module-groups to generate a reversed dependency ordered stack list.

Migration Guide

Processes relying on init for output-module-groups must be updated to use an alternative method like terragrunt run-all init for the initialization.

Special thanks

Special thanks to @​bt-macole and @​evsl for their contribution!

Related links

v0.52.5

Compare Source

Updated CLI args, config attributes and blocks

  • read_tfvars_file

Description

  • Added read_tfvars_file function for parsing tfvar.tf or tfvar.json, returning JSON string.

Special thanks

Special thanks to @​alikhil for their contribution!

Related links

v0.52.4

Compare Source

Description

  • CICD improvements: Added Go code linting and resolved code issues.

Related links

v0.52.3

Compare Source

Description

Updated golang.org/x/net dependency to 0.17.0

Related links

v0.52.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added checking of skip_credentials_validation field in the remote state to skip AWS session validation.

Related links

v0.52.1

Compare Source

Description

  • Enhanced dependent module scanning to eliminate unnecessary user input prompts.

Related links

v0.52.0

Compare Source

Description

  • Added support for OpenTofu in Terragrunt, by default, will be wrapped terraform command with a fallback to tofu.

Related links

Migration guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:
  • Option 1: Remove terraform binary from PATH
  • Option 2: Define env variable TERRAGRUNT_TFPATH=tofu
  • Option 3: When launching terragrunt, specify --terragrunt-tfpath tofu

v0.51.9

Compare Source

Updated CLI args, config attributes and blocks

  • render-json

Description

  • Added dependent_modules field to render-json output with a list of paths to dependent modules
  • Replaced deprecated calls to io/ioutil package

Special thanks

Special thanks to @​maunzCache for their contribution!

Related links

v0.51.8

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Added AWS session status validation before S3 bucket status check

Related links

v0.51.7

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Enhanced error handling during reading Terraform state.

Related links

v0.51.6

Compare Source

Description

Related links

v0.51.5

Compare Source

Updated CLI args, config attributes and blocks

  • generate

Description

  • Updated validation of generate blocks to identify blocks with the same name

Related links

v0.51.4

Compare Source

Description

  • Make auto-init feature respect -no-color flag
  • Add a new built-in function get_default_retryable_errors() that returns a list of default retryable errors.

Related links

v0.51.3

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt-debug

Description

  • Updated terragrunt-debug command to print valid executed terraform commands

Related links

v0.51.2

Compare Source

Updated CLI args, config attributes and blocks

  • remote_state

Description

  • Improved handling of S3 bucket configuration errors

Related links

v0.51.1

Compare Source

Updated CLI args, config attributes and blocks

  • get_path_to_repo_root()

Description

  • Removes trailing slash appended to the end of get_path_to_repo_root()

Migration Guide

  • source = "${get_path_to_repo_root()}/modules -> source = "${get_path_to_repo_root()}//modules
  • source = "${get_path_to_repo_root()}modules -> source = "${get_path_to_repo_root()}/modules

Related links

v0.51.0

Compare Source

Description

Upgraded CICD jobs to build and test Terragrunt using Go 1.21

Related links

v0.50.17

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

Description

  • Added enabled property on dependency block, once set to false - dependency will be skipped.

Related links

v0.50.16

Compare Source

Description

  • Reduced "The handle is invalid" log noise for Terragrunt executions in Windows.

Related links

v0.50.15

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-config

Description

  • Fixed searching for config with the specified --terragrunt-config flag when running run-all commands.
  • Added the ability to explicitly specify the name of dependency configuration files with a name other than the default terragrunt.conf.

Related links

v0.50.14

Compare Source

Description

  • Added passing of Terragrunt version in user agent for AWS API calls.

Related links

v0.50.13

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • Improved checking for module path in terraform source URL.

Related links

v0.50.12

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-fetch-dependency-output-from-state

Description

  • Fixed handling of --terragrunt-fetch-dependency-output-from-state option.

Related links

v0.50.11

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-disable-command-validation

Description

  • Added a new flag --terragrunt-disable-command-validation to disable terraform command validation.
  • Prevent terraform init command from parallel running if the terraform plugin cache is used.

Related links

v0.50.10

[Compare Source](https://togithub.com/gru


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 9, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gruntwork-io/go-commons v0.17.1
go: downloading github.com/gruntwork-io/terragrunt v0.58.3
go: downloading github.com/hashicorp/go-getter v1.7.4
go: downloading github.com/hashicorp/hcl/v2 v2.19.1
go: downloading github.com/hashicorp/hcl v1.0.1-vault
go: downloading github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/zclconf/go-cty v1.14.1
go: downloading golang.org/x/sync v0.5.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/google/uuid v1.5.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/urfave/cli/v2 v2.26.0
go: downloading github.com/aws/aws-sdk-go v1.50.0
go: downloading github.com/urfave/cli v1.22.14
go: downloading github.com/getsops/sops/v3 v3.8.1
go: downloading github.com/hashicorp/terraform v0.15.3
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/hashicorp/go-getter/v2 v2.2.1
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/term v0.18.0
go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
go: downloading golang.org/x/text v0.14.0
go: downloading cloud.google.com/go/storage v1.33.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.17.7
go: downloading cloud.google.com/go v0.111.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.15.0
go: downloading google.golang.org/api v0.149.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading github.com/creack/pty v1.1.17
go: downloading github.com/gruntwork-io/gruntwork-cli v0.7.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/otel v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0
go: downloading go.opentelemetry.io/otel/metric v1.23.1
go: downloading go.opentelemetry.io/otel/sdk/metric v1.23.1
go: downloading go.opentelemetry.io/otel/sdk v1.23.1
go: downloading go.opentelemetry.io/otel/trace v1.23.1
go: downloading github.com/gruntwork-io/boilerplate v0.5.11
go: downloading github.com/gruntwork-io/terratest v0.41.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/labstack/echo/v4 v4.11.4
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/zclconf/go-cty-yaml v1.0.3
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading cloud.google.com/go/iam v1.1.5
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
go: downloading google.golang.org/grpc v1.61.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/proto/otlp v1.1.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/gitsight/go-vcsurl v1.0.1
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/charmbracelet/bubbles v0.16.1
go: downloading github.com/charmbracelet/bubbletea v0.24.2
go: downloading github.com/charmbracelet/glamour v0.6.0
go: downloading github.com/charmbracelet/lipgloss v0.9.1
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
go: downloading github.com/terraform-linters/tflint v0.47.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/labstack/gommon v0.4.2
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/valyala/fasttemplate v1.2.2
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/hashicorp/terraform-svchost v0.0.1
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/bmatcuk/doublestar v1.3.4
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
go: downloading go.opencensus.io v0.24.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/goware/prefixer v0.0.0-20160118172347-395022866408
go: downloading github.com/aws/aws-sdk-go-v2 v1.21.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.44
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.42
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.24.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.23.1
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/muesli/reflow v0.3.0
go: downloading github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
go: downloading github.com/sahilm/fuzzy v0.1.0
go: downloading github.com/mattn/go-localereader v0.0.1
go: downloading github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/muesli/termenv v0.15.2
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/yuin/goldmark v1.5.2
go: downloading github.com/yuin/goldmark-emoji v1.0.1
go: downloading github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
go: downloading github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
go: downloading github.com/AlecAivazis/survey/v2 v2.3.4
go: downloading github.com/pterm/pterm v0.12.41
go: downloading github.com/google/go-jsonnet v0.18.0
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/jessevdk/go-flags v1.5.0
go: downloading github.com/sourcegraph/jsonrpc2 v0.2.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/terraform-linters/tflint-plugin-sdk v0.17.0
go: downloading github.com/terraform-linters/tflint-ruleset-terraform v0.4.0
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/apparentlymart/go-versions v1.0.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading golang.org/x/mod v0.13.0
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/lib/pq v1.10.9
go: downloading filippo.io/age v1.1.1
go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1
go: downloading cloud.google.com/go/kms v1.15.5
go: downloading github.com/hashicorp/vault/api v1.10.0
go: downloading github.com/getsops/gopgagent v0.0.0-20170926210634-4d7ea76ff71a
go: downloading github.com/aws/smithy-go v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.12
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.44
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.15.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/microcosm-cc/bluemonday v1.0.21
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/atomicgo/cursor v0.0.1
go: downloading github.com/gookit/color v1.5.0
go: downloading github.com/hashicorp/terraform-registry-address v0.2.0
go: downloading github.com/jstemmer/go-junit-report v1.0.0
go: downloading github.com/owenrumney/go-sarif v1.1.1
go: downloading github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d
go: downloading github.com/google/go-github/v35 v35.3.0
go: downloading github.com/hashicorp/go-plugin v1.4.10
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/mitchellh/panicwrap v1.0.0
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading github.com/aymerick/douceur v0.2.0
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/gorilla/css v1.0.0
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: github.com/kitos9112/terragrunt-gitlab-cicd-config/cmd imports
	github.com/gruntwork-io/terragrunt/errors: cannot find module providing package github.com/gruntwork-io/terragrunt/errors
go: warning: github.com/microcosm-cc/bluemonday@v1.0.21: retracted by module author: Retract older versions as only latest is to be depended upon
go: to switch to the latest unretracted version, run:
	go get github.com/microcosm-cc/bluemonday@latest

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3edc0d5 to 738edd9 Compare December 11, 2023 19:03
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.0 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.1 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 738edd9 to 7e52a46 Compare December 13, 2023 19:46
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.2 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 7e52a46 to d34d0ef Compare December 13, 2023 23:03
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.3 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from d34d0ef to 6e470b3 Compare December 14, 2023 21:22
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.4 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 6e470b3 to a34d797 Compare December 15, 2023 22:18
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.5 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from a34d797 to 1937bce Compare December 18, 2023 18:57
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.6 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 1937bce to d463695 Compare December 18, 2023 21:29
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.7 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from d463695 to c98b64d Compare December 19, 2023 21:26
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.8 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from c98b64d to ba11bf3 Compare December 20, 2023 22:08
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.8 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.9 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from ba11bf3 to b5a678b Compare December 21, 2023 21:35
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.9 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.10 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from b5a678b to 09a898b Compare December 25, 2023 18:44
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.10 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.11 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 09a898b to 9711c45 Compare December 26, 2023 21:32
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.11 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.12 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 9711c45 to 3aac90b Compare January 11, 2024 22:26
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.12 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.15 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3aac90b to ef7f346 Compare January 12, 2024 00:07
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.15 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.16 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from ef7f346 to bd02598 Compare January 12, 2024 19:23
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 67ac7c4 to 744318d Compare April 26, 2024 18:50
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.10 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.11 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 744318d to 5daf53b Compare April 26, 2024 22:07
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.11 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.12 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 5daf53b to 1b8f1ed Compare April 28, 2024 19:09
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.12 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.13 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 1b8f1ed to fd79717 Compare May 1, 2024 13:24
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.57.13 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.0 May 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from fd79717 to 4a8eac0 Compare May 1, 2024 16:23
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.0 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.1 May 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 4a8eac0 to e297857 Compare May 2, 2024 22:05
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.2 May 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from e297857 to 88b892b Compare May 6, 2024 17:28
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.3 May 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 88b892b to 66ee895 Compare May 10, 2024 22:51
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.4 May 10, 2024
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gruntwork-io/go-commons v0.17.1
go: downloading github.com/gruntwork-io/terragrunt v0.58.10
go: downloading github.com/hashicorp/go-getter v1.7.4
go: downloading github.com/hashicorp/hcl/v2 v2.19.1
go: downloading github.com/hashicorp/hcl v1.0.1-vault
go: downloading github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/zclconf/go-cty v1.14.1
go: downloading golang.org/x/sync v0.5.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/google/uuid v1.5.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/urfave/cli/v2 v2.26.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/urfave/cli v1.22.14
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/hashicorp/go-getter/v2 v2.2.1
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/term v0.18.0
go: downloading github.com/aws/aws-sdk-go v1.50.0
go: downloading github.com/getsops/sops/v3 v3.8.1
go: downloading github.com/hashicorp/terraform v0.15.3
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading cloud.google.com/go/storage v1.33.0
go: downloading cloud.google.com/go v0.111.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.17.7
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.15.0
go: downloading google.golang.org/api v0.149.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/gruntwork-io/boilerplate v0.5.11
go: downloading github.com/gruntwork-io/terratest v0.41.0
go: downloading github.com/gruntwork-io/gruntwork-cli v0.7.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/creack/pty v1.1.17
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/otel v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0
go: downloading go.opentelemetry.io/otel/metric v1.23.1
go: downloading go.opentelemetry.io/otel/sdk/metric v1.23.1
go: downloading go.opentelemetry.io/otel/sdk v1.23.1
go: downloading go.opentelemetry.io/otel/trace v1.23.1
go: downloading github.com/labstack/echo/v4 v4.11.4
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading cloud.google.com/go/iam v1.1.5
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
go: downloading google.golang.org/grpc v1.61.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/zclconf/go-cty-yaml v1.0.3
go: downloading github.com/gitsight/go-vcsurl v1.0.1
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/charmbracelet/bubbles v0.16.1
go: downloading github.com/charmbracelet/bubbletea v0.24.2
go: downloading github.com/charmbracelet/glamour v0.6.0
go: downloading github.com/charmbracelet/lipgloss v0.9.1
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/terraform-linters/tflint v0.47.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/proto/otlp v1.1.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917
go: downloading github.com/hashicorp/terraform-svchost v0.0.1
go: downloading github.com/labstack/gommon v0.4.2
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/fatih/color v1.15.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
go: downloading go.opencensus.io v0.24.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/bmatcuk/doublestar v1.3.4
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/muesli/reflow v0.3.0
go: downloading github.com/sahilm/fuzzy v0.1.0
go: downloading github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mattn/go-localereader v0.0.1
go: downloading github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/muesli/termenv v0.15.2
go: downloading github.com/yuin/goldmark v1.5.2
go: downloading github.com/yuin/goldmark-emoji v1.0.1
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
go: downloading github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
go: downloading github.com/AlecAivazis/survey/v2 v2.3.4
go: downloading github.com/pterm/pterm v0.12.41
go: downloading github.com/google/go-jsonnet v0.18.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/valyala/fasttemplate v1.2.2
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/apparentlymart/go-versions v1.0.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading golang.org/x/mod v0.13.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/jessevdk/go-flags v1.5.0
go: downloading github.com/sourcegraph/jsonrpc2 v0.2.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/terraform-linters/tflint-plugin-sdk v0.17.0
go: downloading github.com/terraform-linters/tflint-ruleset-terraform v0.4.0
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/goware/prefixer v0.0.0-20160118172347-395022866408
go: downloading github.com/aws/aws-sdk-go-v2 v1.21.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.44
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.42
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.24.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.23.1
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/microcosm-cc/bluemonday v1.0.21
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/atomicgo/cursor v0.0.1
go: downloading github.com/gookit/color v1.5.0
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/mitchellh/panicwrap v1.0.0
go: downloading github.com/jstemmer/go-junit-report v1.0.0
go: downloading github.com/owenrumney/go-sarif v1.1.1
go: downloading github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d
go: downloading github.com/hashicorp/terraform-registry-address v0.2.0
go: downloading github.com/google/go-github/v35 v35.3.0
go: downloading github.com/hashicorp/go-plugin v1.4.10
go: downloading github.com/lib/pq v1.10.9
go: downloading filippo.io/age v1.1.1
go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1
go: downloading cloud.google.com/go/kms v1.15.5
go: downloading github.com/hashicorp/vault/api v1.10.0
go: downloading github.com/getsops/gopgagent v0.0.0-20170926210634-4d7ea76ff71a
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.12
go: downloading github.com/aws/smithy-go v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.44
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.15.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading github.com/aymerick/douceur v0.2.0
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36
go: downloading github.com/gorilla/css v1.0.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: github.com/kitos9112/terragrunt-gitlab-cicd-config/cmd imports
	github.com/gruntwork-io/terragrunt/errors: cannot find module providing package github.com/gruntwork-io/terragrunt/errors
go: warning: github.com/microcosm-cc/bluemonday@v1.0.21: retracted by module author: Retract older versions as only latest is to be depended upon
go: to switch to the latest unretracted version, run:
	go get github.com/microcosm-cc/bluemonday@latest

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 66ee895 to 6bef372 Compare May 15, 2024 20:17
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.5 May 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 6bef372 to 45d2d7f Compare May 17, 2024 22:07
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.6 May 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 45d2d7f to 65b91a7 Compare May 18, 2024 20:48
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.7 May 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 65b91a7 to 2eacd5c Compare May 20, 2024 19:49
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.8 May 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 2eacd5c to e14e716 Compare May 22, 2024 20:09
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.8 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.9 May 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from e14e716 to 02f4ede Compare May 24, 2024 18:50
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.9 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.58.10 May 24, 2024
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.

None yet

0 participants