aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-05 08:46:12 +0800
committerGitHub <noreply@github.com>2022-07-05 08:46:12 +0800
commit25a2b716ad16eb001e7e0b96e22445893a89a355 (patch)
tree2fc144b87e67597d301a292c9b65d588b1e3099b /go.mod
parent1d48df3fd1738180da80081a002bd370b9765e45 (diff)
mod: bump gorm.io/driver/postgres from 1.3.7 to 1.3.8 (#7098)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Chen <jc@unknwon.io>
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 c3a835b7..8d0ce7fe 100644
--- a/go.mod
+++ b/go.mod
@@ -61,7 +61,7 @@ require (
gopkg.in/ini.v1 v1.66.6
gopkg.in/macaron.v1 v1.4.0
gorm.io/driver/mysql v1.3.4
- gorm.io/driver/postgres v1.3.7
+ gorm.io/driver/postgres v1.3.8
gorm.io/driver/sqlite v1.3.4
gorm.io/driver/sqlserver v1.3.1
gorm.io/gorm v1.23.7