fix(deps): update module gorm.io/driver/postgres to v1.4.7 (#3312) [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-08 22:20:04 +08:00
committed by GitHub
parent b6711d6ab9
commit 9d00492750
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -33,7 +33,7 @@ require (
golang.org/x/image v0.3.0
golang.org/x/net v0.5.0
gorm.io/driver/mysql v1.4.5
gorm.io/driver/postgres v1.4.6
gorm.io/driver/postgres v1.4.7
gorm.io/driver/sqlite v1.4.4
gorm.io/gorm v1.24.5
)