From f8462e0d0f12092f7a24e62aae2aa86f893db9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 06:48:15 +0000 Subject: [PATCH] Bump github.com/gruntwork-io/terratest from 0.46.15 to 0.46.16 in /test Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.46.15 to 0.46.16. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.46.15...v0.46.16) --- 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 0bf9dbd0..b6809f25 100644 --- a/test/go.mod +++ b/test/go.mod @@ -6,7 +6,7 @@ toolchain go1.21.2 require ( github.com/Azure/terraform-module-test-helper v0.24.0 - github.com/gruntwork-io/terratest v0.46.15 + github.com/gruntwork-io/terratest v0.47.0 github.com/hashicorp/go-retryablehttp v0.7.5 github.com/stretchr/testify v1.9.0 )