From f639dd6c0731f285f026818ad1656667fabde98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:02:50 +0000 Subject: [PATCH] Bump github.com/gruntwork-io/terratest from 0.47.1 to 0.47.2 in /test Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.47.1 to 0.47.2. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.47.1...v0.47.2) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 344014b..77c1662 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.5 require ( github.com/Azure/terraform-module-test-helper v0.26.0 - github.com/gruntwork-io/terratest v0.47.1 + github.com/gruntwork-io/terratest v0.47.2 github.com/stretchr/testify v1.9.0 )