From 8302bb84e523521d59ffeb7515357263384c83ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:42:38 +0000 Subject: [PATCH] Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 in /module/tasks 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] --- module/tasks/go.mod | 2 +- module/tasks/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/tasks/go.mod b/module/tasks/go.mod index 3379ba4..bbadc29 100644 --- a/module/tasks/go.mod +++ b/module/tasks/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/uuid v1.6.0 github.com/mattn/anko v0.1.10 github.com/sirupsen/logrus v1.9.3 - github.com/stretchr/testify v1.10.0 + github.com/stretchr/testify v1.11.0 github.com/swaros/contxt/module/awaitgroup v0.4.0 github.com/swaros/contxt/module/configure v0.0.0-20240808085138-b2135233cb1c github.com/swaros/contxt/module/ctxout v0.0.0-20240808085138-b2135233cb1c diff --git a/module/tasks/go.sum b/module/tasks/go.sum index fa9b69d..6043b05 100644 --- a/module/tasks/go.sum +++ b/module/tasks/go.sum @@ -28,8 +28,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/swaros/contxt/module/awaitgroup v0.4.0 h1:id/5Zc4GTGjnfU5rW4134PxpW563HHc8ASSWLiKeJB8= github.com/swaros/contxt/module/awaitgroup v0.4.0/go.mod h1:JbVRzT4ND6Jjd6HXrTmcH2jS7RBv03XIrVzPYk/4+Zw= github.com/swaros/contxt/module/configure v0.0.0-20240808085138-b2135233cb1c h1:CDaqG5mXysHqVJnRKCpfT4H1aWnLQHaIqWKGqvkSZN4=