Skip to content

Commit c87c4a2

Browse files
build(deps): bump github.com/microsoft/go-mssqldb from 0.19.0 to 1.8.2 (#157)
Bumps [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) from 0.19.0 to 1.8.2. - [Release notes](https://github.com/microsoft/go-mssqldb/releases) - [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md) - [Commits](microsoft/go-mssqldb@v0.19.0...v1.8.2) --- updated-dependencies: - dependency-name: github.com/microsoft/go-mssqldb dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d62a712 commit c87c4a2

File tree

2 files changed

+99
-38
lines changed

2 files changed

+99
-38
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module gorm.io/driver/sqlserver
33
go 1.14
44

55
require (
6-
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
7-
github.com/microsoft/go-mssqldb v0.19.0
6+
github.com/microsoft/go-mssqldb v1.8.2
87
gorm.io/gorm v1.30.0
98
)

0 commit comments

Comments
 (0)