Skip to content

Commit f2046b6

Browse files
committed
Fix wrong import path
1 parent 8ec0e43 commit f2046b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indices_forcemerge.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"net/url"
1111
"strings"
1212

13-
"github.com/olivere/elastic/uritemplates"
13+
"gopkg.in/olivere/elastic.v3/uritemplates"
1414
)
1515

1616
// IndicesForcemergeService allows to force merging of one or more indices.

0 commit comments

Comments
 (0)