aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 08:55:58 -0400
committerGitHub <noreply@github.com>2023-11-01 08:55:58 -0400
commit0b5257425f90c20f02669742d9a300f70abfc938 (patch)
tree96427038aeffdc0e3f3a078d9d2006e7e575a605 /go.mod
parent7fb3dcb1eba659d3b7376e7d81c215204892b832 (diff)
mod: bump gorm.io/driver/postgres from 1.5.3 to 1.5.4 (#7588)
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 e9314bbb..c7cc7cba 100644
--- a/go.mod
+++ b/go.mod
@@ -51,7 +51,7 @@ require (
gopkg.in/ini.v1 v1.67.0
gopkg.in/macaron.v1 v1.5.0
gorm.io/driver/mysql v1.5.2
- gorm.io/driver/postgres v1.5.3
+ gorm.io/driver/postgres v1.5.4
gorm.io/driver/sqlite v1.4.2
gorm.io/driver/sqlserver v1.4.1
gorm.io/gorm v1.25.5