File tree 8 files changed +10
-12
lines changed
8 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 8
8
"os"
9
9
10
10
"github.com/alecthomas/kong"
11
- "github.com/denisenkom /go-mssqldb/azuread"
11
+ "github.com/microsoft /go-mssqldb/azuread"
12
12
"github.com/microsoft/go-sqlcmd/pkg/console"
13
13
"github.com/microsoft/go-sqlcmd/pkg/sqlcmd"
14
14
)
Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ go 1.16
4
4
5
5
require (
6
6
github.com/alecthomas/kong v0.5.0
7
- github.com/denisenkom/go-mssqldb v0.12.0
8
7
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188
9
8
github.com/google/uuid v1.3.0
9
+ github.com/microsoft/go-mssqldb v0.13.2
10
10
github.com/peterh/liner v1.2.2
11
11
github.com/stretchr/testify v1.7.1
12
12
golang.org/x/text v0.3.6
13
13
)
14
-
15
- replace github.com/denisenkom/go-mssqldb => github.com/microsoft/go-mssqldb v0.12.1-0.20220421181353-0db958cd919d
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
20
20
github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
21
21
github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4 =
22
22
github.com/mattn/go-runewidth v0.0.3 /go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU =
23
- github.com/microsoft/go-mssqldb v0.12.1-0.20220421181353-0db958cd919d h1:tsq7LhO5f4wOIPzLhDnwy2MAEQJTjc8KNu1LGmVwxJk =
24
- github.com/microsoft/go-mssqldb v0.12.1-0.20220421181353-0db958cd919d /go.mod h1:iiK0YP1ZeepvmBQk/QpLEhhTNJgfzrpArPY/aFvc9yU =
23
+ github.com/microsoft/go-mssqldb v0.13.2 h1:PeUn6Fu7okbaPpcv5QOk+9h7PcetOuB5ff6tVwz5V24 =
24
+ github.com/microsoft/go-mssqldb v0.13.2 /go.mod h1:JWsC4ToRBruAAoknz9wV9Iiqb/K85J4zabR6PnBNbro =
25
25
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 /go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8 =
26
26
github.com/peterh/liner v1.2.2 h1:aJ4AOodmL+JxOZZEL2u9iJf8omNRpqHc/EbrK+3mAXw =
27
27
github.com/peterh/liner v1.2.2 /go.mod h1:xFwJyiKIXJZUKItq5dGHZSTBRAuG/CpeNpWLyiNRNwI =
Original file line number Diff line number Diff line change 9
9
"net/url"
10
10
"os"
11
11
12
- "github.com/denisenkom /go-mssqldb/azuread"
12
+ "github.com/microsoft /go-mssqldb/azuread"
13
13
)
14
14
15
15
const (
Original file line number Diff line number Diff line change 7
7
"fmt"
8
8
"net/url"
9
9
10
- "github.com/denisenkom /go-mssqldb/azuread"
10
+ "github.com/microsoft /go-mssqldb/azuread"
11
11
)
12
12
13
13
// ConnectSettings specifies the settings for connections
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
"strings"
11
11
"time"
12
12
13
- mssql "github.com/denisenkom/go-mssqldb"
14
13
"github.com/google/uuid"
14
+ mssql "github.com/microsoft/go-mssqldb"
15
15
)
16
16
17
17
const (
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ import (
18
18
"strings"
19
19
"syscall"
20
20
21
- mssql "github.com/denisenkom/go-mssqldb"
22
- "github.com/denisenkom/go-mssqldb/msdsn"
23
21
"github.com/golang-sql/sqlexp"
22
+ mssql "github.com/microsoft/go-mssqldb"
23
+ "github.com/microsoft/go-mssqldb/msdsn"
24
24
"golang.org/x/text/encoding/unicode"
25
25
"golang.org/x/text/transform"
26
26
)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"strings"
14
14
"testing"
15
15
16
- "github.com/denisenkom /go-mssqldb/azuread"
16
+ "github.com/microsoft /go-mssqldb/azuread"
17
17
18
18
"github.com/google/uuid"
19
19
"github.com/stretchr/testify/assert"
You can’t perform that action at this time.
0 commit comments