Skip to content

Commit 19bd6c4

Browse files
build(deps): bump gorm.io/driver/postgres from 1.2.1 to 1.4.7
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.2.1 to 1.4.7. - [Release notes](https://github.com/go-gorm/postgres/releases) - [Commits](go-gorm/postgres@v1.2.1...v1.4.7) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb6b7ce commit 19bd6c4

File tree

2 files changed

+45
-120
lines changed

2 files changed

+45
-120
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/pelletier/go-toml v1.8.1 // indirect
1414
github.com/robfig/cron/v3 v3.0.1
1515
gorm.io/driver/mysql v1.2.2
16-
gorm.io/driver/postgres v1.2.1
16+
gorm.io/driver/postgres v1.4.7
1717
gorm.io/driver/sqlite v1.2.6
18-
gorm.io/gorm v1.22.4
18+
gorm.io/gorm v1.24.2
1919
)

0 commit comments

Comments
 (0)