Skip to content

Commit

Permalink
fix: pr comment esapi modules updated
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshitg committed Oct 18, 2024
1 parent 633523f commit 0d4d39f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.23.2
require (
github.com/conduitio/conduit-commons v0.4.0
github.com/conduitio/conduit-connector-sdk v0.11.0
github.com/elastic/go-elasticsearch v0.0.0
github.com/elastic/go-elasticsearch/v5 v5.6.1
github.com/elastic/go-elasticsearch/v6 v6.8.10
github.com/elastic/go-elasticsearch/v7 v7.17.10
Expand Down
2 changes: 1 addition & 1 deletion internal/elasticsearch/v8/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/conduitio-labs/conduit-connector-elasticsearch/internal/elasticsearch/api"

"github.com/elastic/go-elasticsearch/esapi"
"github.com/elastic/go-elasticsearch/v8/esapi"
)

// Search calls the elasticsearch search api and retuns SearchResponse read from an index.
Expand Down

0 comments on commit 0d4d39f

Please sign in to comment.