aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-18 18:34:13 +0800
committerGitHub <noreply@github.com>2022-10-18 18:34:13 +0800
commit689991578ebce05bfb8dd3e7f98f8bb081440e7f (patch)
treefed3cdd2cf60002f44f63768a5d960f538fb9ba2 /go.mod
parenta9bce79c6b702196b0cff091faf7e5d65b4bcb12 (diff)
mod: bump gorm.io/driver/mysql from 1.4.1 to 1.4.3 (#7189)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 99560449..cff5af13 100644
--- a/go.mod
+++ b/go.mod
@@ -49,7 +49,7 @@ require (
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.67.0
gopkg.in/macaron.v1 v1.4.0
- gorm.io/driver/mysql v1.4.1
+ gorm.io/driver/mysql v1.4.3
gorm.io/driver/postgres v1.4.4
gorm.io/driver/sqlite v1.4.2
gorm.io/driver/sqlserver v1.4.1