From 4fc43d7b5dd6de383a4a13197bc5c438346790f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 07:14:05 +0000 Subject: [PATCH] Bump gorm.io/driver/sqlite from 1.1.4 to 1.1.5 in /tests Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/go-gorm/sqlite/releases) - [Commits](https://github.com/go-gorm/sqlite/compare/v1.1.4...v1.1.5) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index d7ab65ad..77e88ca9 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -8,9 +8,9 @@ require ( github.com/lib/pq v1.10.3 gorm.io/driver/mysql v1.1.2 gorm.io/driver/postgres v1.1.0 - gorm.io/driver/sqlite v1.1.4 + gorm.io/driver/sqlite v1.1.5 gorm.io/driver/sqlserver v1.0.9 - gorm.io/gorm v1.21.14 + gorm.io/gorm v1.21.15 ) replace gorm.io/gorm => ../