aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-15 20:58:37 +0800
committerGitHub <noreply@github.com>2022-08-15 20:58:37 +0800
commit9ea258e97fea266f3bb2dc0dae051d32b7be4805 (patch)
tree1984ff51fdcbba8c6b2a6f77d3317bef95359a1e /go.mod
parent7e6fc2603e31f6cb4acbf2f628864a3b0b062d86 (diff)
mod: bump gorm.io/driver/postgres from 1.3.8 to 1.3.9 (#7141)
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 46e481d4..881afc22 100644
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,7 @@ require (
gopkg.in/ini.v1 v1.67.0
gopkg.in/macaron.v1 v1.4.0
gorm.io/driver/mysql v1.3.6
- gorm.io/driver/postgres v1.3.8
+ gorm.io/driver/postgres v1.3.9
gorm.io/driver/sqlite v1.3.4
gorm.io/driver/sqlserver v1.3.1
gorm.io/gorm v1.23.8