Skip to content

Commit

Permalink
chore(deps): bump gorm.io/gorm from 1.24.3 to 1.25.9 in /tests
Browse files Browse the repository at this point in the history
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.3 to 1.25.9.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.24.3...v1.25.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tr1v3r committed Apr 9, 2024
1 parent d937e68 commit 36b3a90
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.2
gorm.io/driver/sqlite v1.4.4
gorm.io/gen v0.3.19
gorm.io/gorm v1.24.3
gorm.io/gorm v1.25.9
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 36b3a90

Please sign in to comment.