Skip to content

Commit

Permalink
chore(deps): bump gorm.io/plugin/dbresolver in /tests
Browse files Browse the repository at this point in the history
Bumps [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/go-gorm/dbresolver/releases)
- [Commits](go-gorm/dbresolver@v1.2.3...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent 114d22d commit f3f670c
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 f3f670c

Please sign in to comment.