Skip to content

Commit

Permalink
chore(deps): bump gorm.io/driver/mysql from 1.4.5 to 1.5.6 in /tests
Browse files Browse the repository at this point in the history
Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.4.5 to 1.5.6.
- [Commits](go-gorm/mysql@v1.4.5...v1.5.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 31bdad8 commit 339363d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ 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/mysql v1.5.6
gorm.io/driver/sqlite v1.4.4
gorm.io/gen v0.3.19
gorm.io/gorm v1.24.3
gorm.io/gorm v1.25.7
gorm.io/hints v1.1.1 // indirect
gorm.io/plugin/dbresolver v1.4.0
gorm.io/plugin/dbresolver v1.5.0
)

replace gorm.io/gen => ../

0 comments on commit 339363d

Please sign in to comment.