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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-23 11:40:18 +08:00 committed by GitHub
parent 0f8e861597
commit cff7845e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 => ../