Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump gorm.io/gorm from 1.24.3 to 1.25.6 in /tests #1073

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6
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 => ../
Loading