From 530d6937c333bd17190c7d1048d421bff4fcf09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 07:10:12 +0000 Subject: [PATCH] Bump gorm.io/driver/mysql from 1.2.0 to 1.2.1 in /tests Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/go-gorm/mysql/releases) - [Commits](https://github.com/go-gorm/mysql/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: gorm.io/driver/mysql 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 6315c7f1..f855f2c3 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -8,11 +8,11 @@ require ( github.com/jinzhu/now v1.1.3 github.com/lib/pq v1.10.4 golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect - gorm.io/driver/mysql v1.2.0 + gorm.io/driver/mysql v1.2.1 gorm.io/driver/postgres v1.2.3 gorm.io/driver/sqlite v1.2.6 gorm.io/driver/sqlserver v1.2.1 - gorm.io/gorm v1.22.3 + gorm.io/gorm v1.22.4 ) replace gorm.io/gorm => ../