From f29c8bc37e18f3fa220e1547935b2971cf7ff004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:10:08 +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 f8243bb..5899cfa 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/goexl/container go 1.23 -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