From df90cf041bf7152b9bb8053695ae04e8bfb7096c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:13:44 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/model from 0.1.4 to 0.1.5 Bumps [github.com/goexl/model](https://github.com/goexl/model) from 0.1.4 to 0.1.5. - [Commits](https://github.com/goexl/model/compare/v0.1.4...v0.1.5) --- updated-dependencies: - dependency-name: github.com/goexl/model dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 894cc13..c7e3c43 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/goexl/gox v1.9.2 github.com/goexl/id v0.1.3 github.com/goexl/log v0.1.0 - github.com/goexl/model v0.1.4 + github.com/goexl/model v0.1.5 github.com/goexl/schedule v0.2.3 github.com/goexl/task v0.2.8 github.com/harluo/di v0.0.5