From f80c53e247f395ec7027c3cd51f6b3079406cf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:42:35 +0000 Subject: [PATCH] build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 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 55af13b..5fe2c5b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rbroggi/leaderelection go 1.24 -require github.com/stretchr/testify v1.10.0 +require github.com/stretchr/testify v1.11.0 require ( github.com/davecgh/go-spew v1.1.1 // indirect