Skip to content

Commit 12c5a10

Browse files
author
David Shiflet (from Dev Box)
committed
update driver to 1.9.1
1 parent 7acd9a8 commit 12c5a10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/docker/go-connections v0.4.0
1313
github.com/golang-sql/sqlexp v0.1.0
1414
github.com/google/uuid v1.6.0
15-
github.com/microsoft/go-mssqldb v1.8.0
15+
github.com/microsoft/go-mssqldb v1.9.1
1616
github.com/opencontainers/image-spec v1.0.2
1717
github.com/peterh/liner v1.2.2
1818
github.com/pkg/errors v0.9.1
@@ -94,5 +94,3 @@ require (
9494
gopkg.in/yaml.v3 v3.0.1 // indirect
9595
gotest.tools/v3 v3.5.2 // indirect
9696
)
97-
98-
replace github.com/microsoft/go-mssqldb => c:\git\go-mssqldb

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8Bz
257257
github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
258258
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
259259
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
260+
github.com/microsoft/go-mssqldb v1.9.1 h1:/d5QwfF3R1onmiwkGgYZFsxlbmR8KqZJQabLXNHpLFI=
261+
github.com/microsoft/go-mssqldb v1.9.1/go.mod h1:GBbW9ASTiDC+mpgWDGKdm3FnFLTUsLYN3iFL90lQ+PA=
260262
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
261263
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
262264
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=

0 commit comments

Comments
 (0)