Skip to content

Commit

Permalink
switch vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
weikanglim committed Nov 10, 2023
1 parent 9a1002e commit afc0ae3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vendor/Azure/azure-kusto-go"]
path = vendor/Azure/azure-kusto-go
url = https://github.com/weikanglim/azure-kusto-go
3 changes: 2 additions & 1 deletion internal/ksd/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import (
"strconv"
"strings"

"github.com/Azure/azure-kusto-go/kusto"
"Azure/azure-kusto-go/kusto"

"github.com/Azure/azure-sdk-for-go/sdk/azcore"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
Expand Down
2 changes: 1 addition & 1 deletion internal/ksd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"os"

"github.com/Azure/azure-kusto-go/kusto/kql"
"Azure/azure-kusto-go/kusto/kql"
)

// Run executes a Kusto script.
Expand Down
2 changes: 1 addition & 1 deletion internal/ksd/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os"
"path/filepath"

"github.com/Azure/azure-kusto-go/kusto/kql"
"Azure/azure-kusto-go/kusto/kql"

"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
Expand Down
1 change: 1 addition & 0 deletions vendor/Azure/azure-kusto-go
Submodule azure-kusto-go added at 79e08f

0 comments on commit afc0ae3

Please sign in to comment.