From d9a2887b654f01689ce429b3ac3f5a61a02975dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:23:48 +0000 Subject: [PATCH] Bump github.com/gruntwork-io/terratest from 0.43.9 to 0.46.0 in /test Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.43.9 to 0.46.0. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.43.9...v0.46.0) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-minor ... 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 a226b24..783e86f 100644 --- a/test/go.mod +++ b/test/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/Azure/terraform-module-test-helper v0.16.0 - github.com/gruntwork-io/terratest v0.43.9 + github.com/gruntwork-io/terratest v0.46.0 github.com/stretchr/testify v1.8.4 )