Skip to content

Commit

Permalink
Bump gorm.io/driver/sqlserver from 1.1.2 to 1.2.0 in /tests (go-gorm#…
Browse files Browse the repository at this point in the history
…4820)

Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/go-gorm/sqlserver/releases)
- [Commits](go-gorm/sqlserver@v1.1.2...v1.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2021
1 parent 8de266b commit 7b92790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
gorm.io/driver/mysql v1.1.3
gorm.io/driver/postgres v1.2.1
gorm.io/driver/sqlite v1.2.3
gorm.io/driver/sqlserver v1.1.2
gorm.io/gorm v1.22.0
gorm.io/driver/sqlserver v1.2.0
gorm.io/gorm v1.22.2
)

replace gorm.io/gorm => ../

0 comments on commit 7b92790

Please sign in to comment.