forked from mirror/gorm
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:
parent
0f8e861597
commit
cff7845e58
|
@ -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 => ../
|
||||
|
|
Loading…
Reference in New Issue