File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -257,6 +257,8 @@ github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8Bz
257257github.com/mattn/go-runewidth v0.0.3 /go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU =
258258github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
259259github.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 =
260262github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
261263github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
262264github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0 =
You can’t perform that action at this time.
0 commit comments