diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-15 20:37:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 20:37:15 +0800 |
commit | cee6ef39ee2823742ee8ed1c5873b09eb400735f (patch) | |
tree | 4fe5be127dafcf5a7716e17aee853dd486c0a7b3 /go.mod | |
parent | 5910265e13ecff3ac43ec08e5e033410d27cc809 (diff) |
mod: bump gorm.io/driver/mysql from 1.3.5 to 1.3.6 (#7143)
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
@@ -49,7 +49,7 @@ require ( gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/ini.v1 v1.66.6 gopkg.in/macaron.v1 v1.4.0 - gorm.io/driver/mysql v1.3.5 + gorm.io/driver/mysql v1.3.6 gorm.io/driver/postgres v1.3.8 gorm.io/driver/sqlite v1.3.4 gorm.io/driver/sqlserver v1.3.1 |