From afcab5913c14d0bab7c930c33fcc9f629b26d94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:53:46 +0000 Subject: [PATCH] chore(deps): bump gorm.io/plugin/dbresolver in /tests Bumps [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) from 1.5.0 to 1.5.3. - [Commits](https://github.com/go-gorm/dbresolver/compare/v1.5.0...v1.5.3) --- updated-dependencies: - dependency-name: gorm.io/plugin/dbresolver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 79bac90a..25b10fbe 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -4,12 +4,12 @@ go 1.16 require ( github.com/mattn/go-sqlite3 v1.14.16 // indirect - gorm.io/driver/mysql v1.5.6 + gorm.io/driver/mysql v1.5.7 gorm.io/driver/sqlite v1.4.4 gorm.io/gen v0.3.19 - gorm.io/gorm v1.25.9 + gorm.io/gorm v1.25.12 gorm.io/hints v1.1.1 // indirect - gorm.io/plugin/dbresolver v1.5.0 + gorm.io/plugin/dbresolver v1.5.3 ) replace gorm.io/gen => ../