diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-17 15:04:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 15:04:36 +0800 |
commit | 75cc3ce1727925d46baa6c8cfc47dd084b7a1986 (patch) | |
tree | 1fea5b1a66871b1f6b97253d5f91dc3c95127399 /go.mod | |
parent | 05a6a9d6e942d5d4276149a4c19dbf7a807c602c (diff) |
mod: bump gorm.io/driver/mysql from 1.3.4 to 1.3.5 (#7104)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,11 +60,11 @@ 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.4 + gorm.io/driver/mysql v1.3.5 gorm.io/driver/postgres v1.3.8 gorm.io/driver/sqlite v1.3.4 gorm.io/driver/sqlserver v1.3.1 - gorm.io/gorm v1.23.7 + gorm.io/gorm v1.23.8 modernc.org/sqlite v1.17.3 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 |