maxiaoshan 2 жил өмнө
parent
commit
17d8244ac1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/spider/spider.go

+ 1 - 1
src/spider/spider.go

@@ -6,7 +6,7 @@ package spider
 import (
 	"crypto/sha1"
 	"fmt"
-	elc "gopkg.in/olivere/elastic.v7"
+	elc "github.com/olivere/elastic/v7"
 	"io"
 	"log"
 	mgo "mongodb"