From e5f688c8c2893c009e4a64b2cc1e37c396d62ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:04:30 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /test Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify 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 c4a3a6ed..b6d8cba4 100644 --- a/test/go.mod +++ b/test/go.mod @@ -8,7 +8,7 @@ require ( github.com/Azure/terraform-module-test-helper v0.27.0 github.com/gruntwork-io/terratest v0.47.2 github.com/hashicorp/go-retryablehttp v0.7.7 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 ) require (