summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go b/vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go
index 156658d36..baff6c114 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/recipes/connect/connect.go
@@ -16,7 +16,7 @@ import (
"fmt"
"log"
- "gopkg.in/olivere/elastic.v5"
+ "github.com/olivere/elastic"
)
func main() {