From 639bb944d01a47b67d39d4ae44113297d6199308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 20:39:20 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.8.2 to 1.11.1 in /test Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 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 6ad503e..49085be 100644 --- a/test/go.mod +++ b/test/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/Azure/terraform-module-test-helper v0.8.1 github.com/gruntwork-io/terratest v0.41.11 - github.com/stretchr/testify v1.8.2 + github.com/stretchr/testify v1.11.1 ) require (