maxiaoshan 2 vuotta sitten
vanhempi
commit
17d8244ac1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"