Skip to content

Commit

Permalink
update drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
black-06 committed Feb 6, 2024
1 parent 00705cc commit 1148bd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require (
github.com/jinzhu/now v1.1.5
github.com/lib/pq v1.10.9
github.com/stretchr/testify v1.8.4
gorm.io/driver/mysql v1.5.2
gorm.io/driver/postgres v1.5.4
gorm.io/driver/sqlite v1.5.4
gorm.io/driver/sqlserver v1.5.2
gorm.io/gorm v1.25.6
gorm.io/driver/mysql v1.5.3
gorm.io/driver/postgres v1.5.5-0.20240206025756-d715278f3f57
gorm.io/driver/sqlite v1.5.5
gorm.io/driver/sqlserver v1.5.3
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
)

require (
Expand Down

0 comments on commit 1148bd0

Please sign in to comment.