Skip to content

Commit 414f6a4

Browse files
authored
Merge pull request #379 from orca-group/dependabot/go_modules/gorm.io/driver/postgres-1.4.7
2 parents bb6b7ce + 19bd6c4 commit 414f6a4

File tree

2 files changed

+45
-120
lines changed

2 files changed

+45
-120
lines changed

go.mod

+2-2
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)