From 26a6b21fe53aa757199ba5f8c57f3bdd36f6229a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:13:40 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/xorm from 0.0.7 to 0.1.2 Bumps [github.com/harluo/xorm](https://github.com/harluo/xorm) from 0.0.7 to 0.1.2. - [Commits](https://github.com/harluo/xorm/compare/v0.0.7...v0.1.2) --- updated-dependencies: - dependency-name: github.com/harluo/xorm dependency-version: 0.1.2 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 894cc13..e648d4c 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.1.2 xorm.io/builder v0.3.13 )