feat: use gorm v1.25.4 and sqllite v1.5.3 for tests

This commit is contained in:
zhtiyissr 2023-10-10 03:43:15 -05:00 committed by GitHub
parent 6a62cea8ae
commit 422a0e3d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ require (
gorm.io/driver/postgres v1.5.3-0.20230607070428-18bc84b75196
gorm.io/driver/sqlite v1.5.3
gorm.io/driver/sqlserver v1.5.2-0.20230613072041-6e2cde390b0a
gorm.io/gorm v1.25.3
gorm.io/gorm v1.25.4
)
require (