From 6342b44e60c7793734b695bbdd5305b2c9e6e07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 07:57:27 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/sqlite from 1.5.0 to 1.5.2 in /tests Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.5.0 to 1.5.2. - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.0...v1.5.2) --- updated-dependencies: - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch ... 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 0b38b9d0..548a3ecb 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,12 +7,11 @@ require ( github.com/jackc/pgx/v5 v5.3.1 // indirect github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.8 - github.com/mattn/go-sqlite3 v1.14.16 // indirect gorm.io/driver/mysql v1.5.0 gorm.io/driver/postgres v1.5.0 - gorm.io/driver/sqlite v1.5.0 + gorm.io/driver/sqlite v1.5.2 gorm.io/driver/sqlserver v1.5.1 - gorm.io/gorm v1.25.1 + gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 ) replace gorm.io/gorm => ../