Skip to content

Commit 175b4c9

Browse files
build(deps): bump github.com/microsoft/go-mssqldb from 1.8.2 to 1.9.5
Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 1.8.2 to 1.9.5. - [Release notes](https://github.com/microsoft/go-mssqldb/releases) - [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md) - [Commits](microsoft/go-mssqldb@v1.8.2...v1.9.5) --- updated-dependencies: - dependency-name: github.com/microsoft/go-mssqldb dependency-version: 1.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca15d94 commit 175b4c9

File tree

2 files changed

+39
-175
lines changed

2 files changed

+39
-175
lines changed

go.mod

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
module gorm.io/driver/sqlserver
22

3-
go 1.14
3+
go 1.23.0
44

55
require (
6-
github.com/microsoft/go-mssqldb v1.8.2
6+
github.com/microsoft/go-mssqldb v1.9.5
77
gorm.io/gorm v1.30.0
88
)
9+
10+
require (
11+
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
12+
github.com/golang-sql/sqlexp v0.1.0 // indirect
13+
github.com/google/uuid v1.6.0 // indirect
14+
github.com/jinzhu/inflection v1.0.0 // indirect
15+
github.com/jinzhu/now v1.1.5 // indirect
16+
github.com/shopspring/decimal v1.4.0 // indirect
17+
golang.org/x/crypto v0.38.0 // indirect
18+
golang.org/x/text v0.25.0 // indirect
19+
)

0 commit comments

Comments
 (0)