Skip to content

Commit

Permalink
feat: update sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelncui committed Oct 8, 2023
1 parent 3e97afe commit c745ff4
Show file tree
Hide file tree
Showing 5 changed files with 145,840 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests/go.mod
Expand Up @@ -8,7 +8,7 @@ require (
github.com/lib/pq v1.10.9
gorm.io/driver/mysql v1.5.2-0.20230612053416-48b6526a21f0
gorm.io/driver/postgres v1.5.3-0.20230607070428-18bc84b75196
gorm.io/driver/sqlite v1.5.3
gorm.io/driver/sqlite v1.5.4-0.20231008025214-74475fc966dd
gorm.io/driver/sqlserver v1.5.2-0.20230613072041-6e2cde390b0a
gorm.io/gorm v1.25.4
)
Expand All @@ -22,9 +22,9 @@ require (
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/microsoft/go-mssqldb v1.5.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/text v0.12.0 // indirect
github.com/microsoft/go-mssqldb v1.6.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/text v0.13.0 // indirect
)

replace gorm.io/gorm => ../

0 comments on commit c745ff4

Please sign in to comment.