From cff7845e584662528c2c1bff5292b18a68f2fb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:40:18 +0800 Subject: [PATCH] Bump gorm.io/driver/mysql from 1.1.3 to 1.2.0 in /tests (#4856) Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.1.3 to 1.2.0. - [Release notes](https://github.com/go-gorm/mysql/releases) - [Commits](https://github.com/go-gorm/mysql/compare/v1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: gorm.io/driver/mysql dependency-type: direct:production update-type: version-update:semver-minor ... 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 43c580f6..6502c179 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,11 +6,11 @@ require ( github.com/google/uuid v1.3.0 github.com/jinzhu/now v1.1.3 github.com/lib/pq v1.10.4 - gorm.io/driver/mysql v1.1.3 + gorm.io/driver/mysql v1.2.0 gorm.io/driver/postgres v1.2.2 gorm.io/driver/sqlite v1.2.4 gorm.io/driver/sqlserver v1.2.1 - gorm.io/gorm v1.22.2 + gorm.io/gorm v1.22.3 ) replace gorm.io/gorm => ../