Skip to content

Commit

Permalink
Merge pull request #669 from go-gorm/dependabot/go_modules/tests/gorm…
Browse files Browse the repository at this point in the history
….io/plugin/dbresolver-1.3.0

chore(deps): bump gorm.io/plugin/dbresolver from 1.2.3 to 1.3.0 in /tests
  • Loading branch information
tr1v3r authored Oct 12, 2022
2 parents 114d22d + f3f670c commit c1dc67c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module gorm.io/gen/tests
go 1.16

require (
github.com/mattn/go-sqlite3 v1.14.15 // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
gorm.io/driver/mysql v1.3.6
gorm.io/driver/sqlite v1.3.6
gorm.io/driver/mysql v1.4.0
gorm.io/driver/sqlite v1.4.1
gorm.io/gen v0.3.16
gorm.io/gorm v1.23.9-0.20220713102635-3262daf8d468
gorm.io/plugin/dbresolver v1.2.3
gorm.io/gorm v1.24.0
gorm.io/plugin/dbresolver v1.3.0
)

replace gorm.io/gen => ../

0 comments on commit c1dc67c

Please sign in to comment.