From 6cd7593caf4f74d29fbc28152a93a9e18981a4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:23:30 +0000 Subject: [PATCH] chore(deps): bump gorm.io/gorm from 1.24.3 to 1.25.5 in /tests Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.3 to 1.25.5. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.24.3...v1.25.5) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index e9e98943..397f9fd3 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -4,11 +4,10 @@ go 1.16 require ( github.com/mattn/go-sqlite3 v1.14.16 // indirect - golang.org/x/tools v0.5.0 // indirect - gorm.io/driver/mysql v1.4.5 + gorm.io/driver/mysql v1.5.1-0.20230509030346-3715c134c25b gorm.io/driver/sqlite v1.4.4 gorm.io/gen v0.3.19 - gorm.io/gorm v1.24.3 + gorm.io/gorm v1.25.5 gorm.io/hints v1.1.1 // indirect gorm.io/plugin/dbresolver v1.4.0 )