From 5ea4164a510f570f8854c53e49312eacceed4a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:40:56 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/sqlite from 1.4.4 to 1.5.4 in /tests Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.4.4 to 1.5.4. - [Commits](https://github.com/go-gorm/sqlite/compare/v1.4.4...v1.5.4) --- updated-dependencies: - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/go.mod | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index e9e98943..25f5ef95 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -3,12 +3,10 @@ module gorm.io/gen/tests 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/sqlite v1.4.4 + gorm.io/driver/mysql v1.5.1-0.20230509030346-3715c134c25b + gorm.io/driver/sqlite v1.5.4 gorm.io/gen v0.3.19 - gorm.io/gorm v1.24.3 + gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 gorm.io/hints v1.1.1 // indirect gorm.io/plugin/dbresolver v1.4.0 )