From 684627301770a97b92ca713116096ecf5ed136b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:53:58 +0000 Subject: [PATCH] Bump github.com/Azure/terraform-module-test-helper in /test Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.28.0 to 0.29.1. - [Commits](https://github.com/Azure/terraform-module-test-helper/compare/v0.28.0...v0.29.1) --- updated-dependencies: - dependency-name: github.com/Azure/terraform-module-test-helper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/go.mod b/test/go.mod index 5631f90b..07d0d772 100644 --- a/test/go.mod +++ b/test/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.5 require ( - github.com/Azure/terraform-module-test-helper v0.28.0 + github.com/Azure/terraform-module-test-helper v0.29.1 github.com/gruntwork-io/terratest v0.48.0 github.com/hashicorp/go-retryablehttp v0.7.7 github.com/stretchr/testify v1.10.0 @@ -81,7 +81,7 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/hashicorp/hcl/v2 v2.23.0 // indirect github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect - github.com/hashicorp/terraform-json v0.23.0 // indirect + github.com/hashicorp/terraform-json v0.24.0 // indirect github.com/imdario/mergo v0.3.11 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect @@ -117,7 +117,7 @@ require ( github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect - github.com/zclconf/go-cty v1.15.0 // indirect + github.com/zclconf/go-cty v1.15.1 // indirect golang.org/x/crypto v0.31.0 // indirect golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect golang.org/x/mod v0.22.0 // indirect