From e8e7159cc6d105dd0571f3d6ef65386230cae5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:24:25 +0000 Subject: [PATCH] deps: bump github.com/stretchr/testify from 1.9.0 to 1.11.1 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...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] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ab5ccc9..9b55691 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-dedup/megophone v0.0.0-20170830025436-f01be21026f5 // indirect github.com/go-dedup/simhash v0.0.0-20170904020510-9ecaca7b509c github.com/go-dedup/text v0.0.0-20170907015346-8bb1b95e3cb7 // indirect - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.11.1 github.com/twmb/murmur3 v1.1.8 gopkg.in/yaml.v3 v3.0.1 )