From 15158c08e47f7593882890b19304e7bdca7b5b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:44:38 +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.30.0 to 0.32.0. - [Commits](https://github.com/Azure/terraform-module-test-helper/compare/v0.30.0...v0.32.0) --- 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 | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/test/go.mod b/test/go.mod index 27217fae..9e18ea26 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,12 +1,11 @@ module github.com/Azure/terraform-azurerm-aks go 1.22.0 - -toolchain go1.22.5 +toolchain go1.24.1 require ( - github.com/Azure/terraform-module-test-helper v0.30.0 - github.com/gruntwork-io/terratest v0.48.1 + github.com/Azure/terraform-module-test-helper v0.32.0 + github.com/gruntwork-io/terratest v0.48.2 github.com/hashicorp/go-retryablehttp v0.7.7 github.com/stretchr/testify v1.10.0 ) @@ -80,7 +79,7 @@ require ( github.com/hashicorp/go-version v1.7.0 // indirect 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-config-inspect v0.0.0-20250203082807-efaa306e97b4 // 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 @@ -108,7 +107,7 @@ require ( github.com/pquerna/otp v1.4.0 // indirect github.com/r3labs/diff/v3 v3.0.1 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/spf13/afero v1.11.0 // indirect + github.com/spf13/afero v1.12.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/thanhpk/randstr v1.0.6 // indirect github.com/tmccombs/hcl2json v0.6.4 // indirect @@ -118,18 +117,18 @@ require ( 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.1 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.36.0 // indirect golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect - golang.org/x/mod v0.22.0 // indirect - golang.org/x/net v0.33.0 // indirect - golang.org/x/oauth2 v0.24.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect - golang.org/x/text v0.21.0 // indirect - golang.org/x/time v0.8.0 // indirect - golang.org/x/tools v0.22.0 // indirect - google.golang.org/protobuf v1.35.1 // indirect + golang.org/x/mod v0.24.0 // indirect + golang.org/x/net v0.37.0 // indirect + golang.org/x/oauth2 v0.28.0 // indirect + golang.org/x/sync v0.12.0 // indirect + golang.org/x/sys v0.31.0 // indirect + golang.org/x/term v0.30.0 // indirect + golang.org/x/text v0.23.0 // indirect + golang.org/x/time v0.11.0 // indirect + golang.org/x/tools v0.31.0 // indirect + google.golang.org/protobuf v1.36.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect