aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-13 21:37:21 +0800
committerGitHub <noreply@github.com>2023-03-13 21:37:21 +0800
commitb96b8eb3894d0a736d0e6621f7fe16f4cbc4d224 (patch)
tree4382ec49b29ce820eff81d0a9f61e5b494be9062 /go.mod
parent70777899f8bef11b4479ce7e5d4deffe446323dc (diff)
mod: bump gorm.io/driver/postgres from 1.4.8 to 1.5.0 (#7393)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index dbd2a4f6..697d5616 100644
--- a/go.mod
+++ b/go.mod
@@ -51,10 +51,10 @@ require (
gopkg.in/ini.v1 v1.67.0
gopkg.in/macaron.v1 v1.5.0
gorm.io/driver/mysql v1.4.7
- gorm.io/driver/postgres v1.4.8
+ gorm.io/driver/postgres v1.5.0
gorm.io/driver/sqlite v1.4.2
gorm.io/driver/sqlserver v1.4.1
- gorm.io/gorm v1.24.6
+ gorm.io/gorm v1.24.7-0.20230306060331-85eaf9eeda11
modernc.org/sqlite v1.21.0
unknwon.dev/clog/v2 v2.2.0
xorm.io/builder v0.3.6