From e885d024dc8e9c3c02fed4fd7c0369136eef7a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:46:03 +0000 Subject: [PATCH] Bump github.com/gruntwork-io/terratest from 0.43.8 to 0.46.0 in /test Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.43.8 to 0.46.0. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.43.8...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 04846f6..4b1a851 100644 --- a/test/go.mod +++ b/test/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/Azure/terraform-module-test-helper v0.15.0 github.com/denisenkom/go-mssqldb v0.12.3 - github.com/gruntwork-io/terratest v0.43.8 + github.com/gruntwork-io/terratest v0.46.0 github.com/stretchr/testify v1.8.4 )