Bump gorm.io/driver/mysql from 1.1.3 to 1.2.0 in /tests

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>
This commit is contained in:
dependabot[bot] 2021-11-15 07:10:54 +00:00 committed by GitHub
parent 5e64ac7de9
commit 89bf83098d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@ require (
github.com/google/uuid v1.3.0 github.com/google/uuid v1.3.0
github.com/jinzhu/now v1.1.2 github.com/jinzhu/now v1.1.2
github.com/lib/pq v1.10.4 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/postgres v1.2.2
gorm.io/driver/sqlite v1.2.4 gorm.io/driver/sqlite v1.2.4
gorm.io/driver/sqlserver v1.2.1 gorm.io/driver/sqlserver v1.2.1
gorm.io/gorm v1.22.2 gorm.io/gorm v1.22.3
) )
replace gorm.io/gorm => ../ replace gorm.io/gorm => ../