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.8.2
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
@@ -21,6 +21,7 @@ require (
2121 github.com/spf13/viper v1.14.0
2222 github.com/stretchr/testify v1.10.0
2323 golang.org/x/sys v0.33.0
24+ golang.org/x/term v0.32.0
2425 golang.org/x/text v0.24.0
2526 golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
2627 gopkg.in/yaml.v2 v2.4.0
@@ -85,7 +86,6 @@ require (
8586 golang.org/x/mod v0.17.0 // indirect
8687 golang.org/x/net v0.39.0 // indirect
8788 golang.org/x/sync v0.13.0 // indirect
88- golang.org/x/term v0.32.0 // indirect
8989 google.golang.org/genproto/googleapis/api v0.0.0-20250425173222-7b384671a197 // indirect
9090 google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
9191 google.golang.org/grpc v1.71.1 // indirect
Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8Bz
249249github.com/mattn/go-runewidth v0.0.3 /go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU =
250250github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
251251github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
252- github.com/microsoft/go-mssqldb v1.8.0 h1:7cyZ/AT7ycDsEoWPIXibd+aVKFtteUNhDGf3aobP+tw =
253- github.com/microsoft/go-mssqldb v1.8.0 /go.mod h1:6znkekS3T2vp0waiMhen4GPU1BiAsrP+iXHcE7a7rFo =
252+ github.com/microsoft/go-mssqldb v1.8.2 h1:236sewazvC8FvG6Dr3bszrVhMkAl4KYImryLkRMCd0I =
253+ github.com/microsoft/go-mssqldb v1.8.2 /go.mod h1:vp38dT33FGfVotRiTmDo3bFyaHq+p3LektQrjTULowo =
254254github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
255255github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
256256github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0 =
You can’t perform that action at this time.
0 commit comments