diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-20 20:03:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 20:03:59 -0400 |
commit | 2d9be6c06b6d6b573f692100d6007628b8d62655 (patch) | |
tree | 3b1c5dba37d66c9632d92a3920f76f8664274a60 /go.mod | |
parent | 493a56b262e81cf0a029e92c687fd2047437273d (diff) |
mod: bump gorm.io/driver/mysql from 1.5.1 to 1.5.2 (#7575)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require ( gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/ini.v1 v1.67.0 gopkg.in/macaron.v1 v1.5.0 - gorm.io/driver/mysql v1.5.1 + gorm.io/driver/mysql v1.5.2 gorm.io/driver/postgres v1.5.2 gorm.io/driver/sqlite v1.4.2 gorm.io/driver/sqlserver v1.4.1 |