From 6d7e46040a19e8b042eea2ed82bfb7afc66057c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 11:08:40 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/migrate from 0.1.7 to 0.2.0 Bumps [github.com/harluo/migrate](https://github.com/harluo/migrate) from 0.1.7 to 0.2.0. - [Commits](https://github.com/harluo/migrate/compare/v0.1.7...v0.2.0) --- updated-dependencies: - dependency-name: github.com/harluo/migrate dependency-version: 0.2.0 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 1e4494d..b9a53d6 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/goexl/schedule v0.2.1 github.com/goexl/task v0.2.8 github.com/harluo/di v0.0.5 - github.com/harluo/migrate v0.1.7 + github.com/harluo/migrate v0.2.0 github.com/harluo/schedule v0.1.6 github.com/harluo/xorm v0.0.4 xorm.io/builder v0.3.13 @@ -30,7 +30,7 @@ require ( github.com/go-playground/validator/v10 v10.26.0 // indirect github.com/goccy/go-json v0.10.5 // indirect github.com/goexl/baozheng v0.0.1 // indirect - github.com/goexl/db v0.0.4 // indirect + github.com/goexl/db v0.0.6 // indirect github.com/goexl/env v0.0.2 // indirect github.com/goexl/gfx v0.2.8 // indirect github.com/goexl/mengpo v0.3.1 // indirect