From c2f23d9906fa299af78300d285fa10da32bee7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:53:04 +0000 Subject: [PATCH] chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.0 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.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 97d131e4..5ebeb53b 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/robfig/cron/v3 v3.0.1 github.com/sashabaranov/go-openai v1.36.1 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.11.0 github.com/vmihailenco/msgpack/v5 v5.4.1 golang.org/x/crypto v0.28.0 golang.org/x/net v0.30.0