From 3a0283281df73eb3f8928217f7428c388583d44f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:58:55 +0000 Subject: [PATCH] Update module github.com/hashicorp/go-getter to v2 (#1553) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs/go.mod | 3 ++- libs/go.sum | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/go.mod b/libs/go.mod index 2977d3fe..be355919 100644 --- a/libs/go.mod +++ b/libs/go.mod @@ -25,7 +25,8 @@ require ( github.com/google/uuid v1.6.0 github.com/gruntwork-io/go-commons v0.17.1 github.com/gruntwork-io/terragrunt v0.54.11 - github.com/hashicorp/go-getter v1.7.4 + github.com/hashicorp/go-getter v1.7.1 + github.com/hashicorp/go-getter/v2 v2.2.3 github.com/hashicorp/hcl/v2 v2.20.1 github.com/hashicorp/terraform-config-inspect v0.0.0-20240509232506-4708120f8f30 github.com/hashicorp/terraform-json v0.22.1 diff --git a/libs/go.sum b/libs/go.sum index 310c5639..d3cd807e 100644 --- a/libs/go.sum +++ b/libs/go.sum @@ -761,8 +761,11 @@ github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= github.com/hashicorp/go-getter v1.5.1/go.mod h1:a7z7NPPfNQpJWcn4rSWFtdrSldqLdLPEF3d8nFMsSLM= +github.com/hashicorp/go-getter v1.7.1 h1:SWiSWN/42qdpR0MdhaOc/bLR48PLuP1ZQtYLRlM69uY= +github.com/hashicorp/go-getter v1.7.1/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744= github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0= github.com/hashicorp/go-getter v1.7.4/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744= +github.com/hashicorp/go-getter/v2 v2.2.3/go.mod h1:hp5Yy0GMQvwWVUmwLs3ygivz1JSLI323hdIE9J9m7TY= github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= github.com/hashicorp/go-hclog v0.14.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.15.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=