From 7e7538fb0af5e174367a6f8a6483369c5417c3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 14:14:35 +0000 Subject: [PATCH] Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.41.6 to 0.41.7. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.41.6...v0.41.7) --- 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 9a2f6657..599f708e 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.4.0 - github.com/gruntwork-io/terratest v0.41.6 + github.com/gruntwork-io/terratest v0.41.7 github.com/stretchr/testify v1.8.1 )