Skip to content

Commit

Permalink
chore(deps): bump gorm.io/driver/sqlserver from 1.4.1 to 1.5.2
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.2.
- [Commits](go-gorm/sqlserver@v1.4.1...v1.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent f534623 commit 4977bb5
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 33 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
gorm.io/driver/mysql v1.5.1-0.20230509030346-3715c134c25b
gorm.io/driver/postgres v1.4.5
gorm.io/driver/sqlite v1.4.3
gorm.io/driver/sqlserver v1.4.1
gorm.io/gorm v1.25.1-0.20230505075827-e61b98d69677
gorm.io/driver/sqlserver v1.5.2
gorm.io/gorm v1.25.2-0.20230610234218-206613868439
gorm.io/hints v1.1.0
gorm.io/plugin/dbresolver v1.3.0
)
Expand Down Expand Up @@ -39,17 +39,16 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.15.11 // 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.6.0 // indirect
github.com/paulmach/orb v0.7.1 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/stretchr/testify v1.8.2 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/trace v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
)
Loading

0 comments on commit 4977bb5

Please sign in to comment.