Skip to content

Commit

Permalink
Bump gorm.io/driver/sqlserver from 1.4.1 to 1.5.4
Browse files Browse the repository at this point in the history
Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.4.1 to 1.5.4.
- [Commits](go-gorm/sqlserver@v1.4.1...v1.5.4)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent e2e91b3 commit e8d026d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 35 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module gorm.io/datatypes
go 1.19

require (
github.com/google/uuid v1.3.0
github.com/google/uuid v1.6.0
github.com/jinzhu/now v1.1.5
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.0
gorm.io/driver/sqlite v1.4.3
gorm.io/driver/sqlserver v1.4.1
gorm.io/driver/sqlserver v1.5.4
gorm.io/gorm v1.25.11
)

Expand All @@ -23,7 +23,7 @@ require (
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.14.15 // indirect
github.com/microsoft/go-mssqldb v0.17.0 // indirect
github.com/microsoft/go-mssqldb v1.7.2 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
Loading

0 comments on commit e8d026d

Please sign in to comment.