Skip to content

Commit c6924b7

Browse files
committed
Transport: Util: Fix import path
1 parent 576bc31 commit c6924b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

estransport/metaheader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime"
66
"testing"
77

8-
"github.com/elastic/go-elasticsearch/v8/internal/version"
8+
"github.com/elastic/go-elasticsearch/v7/internal/version"
99
)
1010

1111
var (

esutil/bulk_indexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"context"
1010
"encoding/json"
1111
"fmt"
12-
"github.com/elastic/go-elasticsearch/v8/estransport"
1312
"io"
1413
"io/ioutil"
1514
"net/http"
@@ -21,6 +20,7 @@ import (
2120

2221
"github.com/elastic/go-elasticsearch/v7"
2322
"github.com/elastic/go-elasticsearch/v7/esapi"
23+
"github.com/elastic/go-elasticsearch/v7/estransport"
2424
)
2525

2626
// BulkIndexer represents a parallel, asynchronous, efficient indexer for Elasticsearch.

0 commit comments

Comments
 (0)