From ca5e401a82734aaca50af828aefc272f44d19ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 05:31:07 +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.24.0 to 0.25.0. - [Commits](https://github.com/Azure/terraform-module-test-helper/compare/v0.24.0...v0.25.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/go.mod b/test/go.mod index faab52ed..327db97b 100644 --- a/test/go.mod +++ b/test/go.mod @@ -5,7 +5,7 @@ go 1.21 toolchain go1.21.2 require ( - github.com/Azure/terraform-module-test-helper v0.24.0 + github.com/Azure/terraform-module-test-helper v0.25.0 github.com/gruntwork-io/terratest v0.47.0 github.com/hashicorp/go-retryablehttp v0.7.7 github.com/stretchr/testify v1.9.0 @@ -43,11 +43,11 @@ require ( github.com/google/uuid v1.4.0 // indirect github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect github.com/googleapis/gax-go/v2 v2.12.0 // indirect - github.com/gruntwork-io/go-commons v0.17.1 // indirect + github.com/gruntwork-io/go-commons v0.17.2 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-getter v1.7.5 // indirect - github.com/hashicorp/go-getter/v2 v2.2.2 // indirect + github.com/hashicorp/go-getter/v2 v2.2.3 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/hashicorp/go-safetemp v1.0.0 // indirect github.com/hashicorp/go-version v1.6.0 // indirect @@ -90,7 +90,7 @@ require ( go.opencensus.io v0.24.0 // indirect golang.org/x/crypto v0.21.0 // indirect golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect - golang.org/x/mod v0.18.0 // indirect + golang.org/x/mod v0.19.0 // indirect golang.org/x/net v0.23.0 // indirect golang.org/x/oauth2 v0.21.0 // indirect golang.org/x/sync v0.5.0 // indirect