From 76fa327f2bf190eb31f608583103f9110a6158dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:11:29 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/xorm from 0.0.7 to 0.0.9 Bumps [github.com/harluo/xorm](https://github.com/harluo/xorm) from 0.0.7 to 0.0.9. - [Commits](https://github.com/harluo/xorm/compare/v0.0.7...v0.0.9) --- updated-dependencies: - dependency-name: github.com/harluo/xorm dependency-version: 0.0.9 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..252eb53 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/harluo/di v0.0.5 github.com/harluo/migrate v0.2.1 github.com/harluo/schedule v0.1.6 - github.com/harluo/xorm v0.0.7 + github.com/harluo/xorm v0.0.9 xorm.io/builder v0.3.13 )