Skip to content

Commit

Permalink
chore(deps): bump gorm.io/gorm from 1.24.3 to 1.25.5 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.5.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.24.3...v1.25.5)

---
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 Oct 16, 2023
1 parent f534623 commit 6cd7593
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ 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.1-0.20230509030346-3715c134c25b
gorm.io/driver/sqlite v1.4.4
gorm.io/gen v0.3.19
gorm.io/gorm v1.24.3
gorm.io/gorm v1.25.5
gorm.io/hints v1.1.1 // indirect
gorm.io/plugin/dbresolver v1.4.0
)
Expand Down

0 comments on commit 6cd7593

Please sign in to comment.