From d67120a1551629a8da0199c9f96a379c13221a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 21:25:29 +0800 Subject: [PATCH] Bump gorm.io/driver/sqlite from 1.1.4 to 1.1.5 in /tests (#4701) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 => ../