aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-11 18:35:54 +0800
committerGitHub <noreply@github.com>2023-04-11 18:35:54 +0800
commit7be3ea194f6830532e51badad057e855bfb1870c (patch)
tree73c793efb117e3883477f3297548ea5ae19fb721 /go.mod
parentd119526bde699cfb199a369ad1e420186b553820 (diff)
mod: bump gorm.io/driver/mysql from 1.4.7 to 1.5.0 (#7424)
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 2d8eb65b..6f513a33 100644
--- a/go.mod
+++ b/go.mod
@@ -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.4.7
+ gorm.io/driver/mysql v1.5.0
gorm.io/driver/postgres v1.5.0
gorm.io/driver/sqlite v1.4.2
gorm.io/driver/sqlserver v1.4.1