diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-13 21:37:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 21:37:21 +0800 |
commit | b96b8eb3894d0a736d0e6621f7fe16f4cbc4d224 (patch) | |
tree | 4382ec49b29ce820eff81d0a9f61e5b494be9062 /go.mod | |
parent | 70777899f8bef11b4479ce7e5d4deffe446323dc (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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |