Skip to content

Commit

Permalink
removed replace
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Sep 9, 2024
1 parent cb7a578 commit c7c6605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions azkustoingest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,3 @@ require (
golang.org/x/text v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// TODO remove before merge
replace (
github.com/Azure/azure-kusto-go/azkustodata => ../azkustodata
)
5 changes: 0 additions & 5 deletions quickstart/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ require (
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
)

replace (
github.com/Azure/azure-kusto-go/azkustodata => ../azkustodata
github.com/Azure/azure-kusto-go/azkustoingest => ../azkustoingest
)

0 comments on commit c7c6605

Please sign in to comment.