diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-05 08:46:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 08:46:12 +0800 |
commit | 25a2b716ad16eb001e7e0b96e22445893a89a355 (patch) | |
tree | 2fc144b87e67597d301a292c9b65d588b1e3099b /go.mod | |
parent | 1d48df3fd1738180da80081a002bd370b9765e45 (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |