Skip to content

Commit

Permalink
chore(deps): bump gorm.io/driver/sqlite from 1.4.4 to 1.5.4 in /tests
Browse files Browse the repository at this point in the history
Bumps [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) from 1.4.4 to 1.5.4.
- [Commits](go-gorm/sqlite@v1.4.4...v1.5.4)

---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent f534623 commit 5ea4164
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module gorm.io/gen/tests
go 1.16

require (
github.com/mattn/go-sqlite3 v1.14.16 // indirect
golang.org/x/tools v0.5.0 // indirect
gorm.io/driver/mysql v1.4.5
gorm.io/driver/sqlite v1.4.4
gorm.io/driver/mysql v1.5.1-0.20230509030346-3715c134c25b
gorm.io/driver/sqlite v1.5.4
gorm.io/gen v0.3.19
gorm.io/gorm v1.24.3
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
gorm.io/hints v1.1.1 // indirect
gorm.io/plugin/dbresolver v1.4.0
)
Expand Down

0 comments on commit 5ea4164

Please sign in to comment.