From a10844a7df273d84ef2f73609aa1e9a282062b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:53:15 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/task from 0.2.8 to 0.3.3 Bumps [github.com/goexl/task](https://github.com/goexl/task) from 0.2.8 to 0.3.3. - [Commits](https://github.com/goexl/task/compare/v0.2.8...v0.3.3) --- updated-dependencies: - dependency-name: github.com/goexl/task dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 59a0c94..43559dc 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/harluo/task -go 1.24 +go 1.25 require ( github.com/goexl/log v0.1.0 - github.com/goexl/task v0.2.8 + github.com/goexl/task v0.3.3 github.com/harluo/di v0.0.5 )