diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-15 20:58:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 20:58:37 +0800 |
commit | 9ea258e97fea266f3bb2dc0dae051d32b7be4805 (patch) | |
tree | 1984ff51fdcbba8c6b2a6f77d3317bef95359a1e /go.mod | |
parent | 7e6fc2603e31f6cb4acbf2f628864a3b0b062d86 (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |