File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 6
6
"io"
7
7
"io/ioutil"
8
8
9
- "github.com/feedbooks/webpub -streamer/models"
9
+ "github.com/feedbooks/r2 -streamer-go /models"
10
10
)
11
11
12
12
func init () {
Original file line number Diff line number Diff line change 6
6
"io"
7
7
"io/ioutil"
8
8
9
- "github.com/feedbooks/webpub -streamer/models"
9
+ "github.com/feedbooks/r2 -streamer-go /models"
10
10
)
11
11
12
12
func init () {
Original file line number Diff line number Diff line change 5
5
"io"
6
6
"path"
7
7
8
- "github.com/feedbooks/webpub -streamer/models"
8
+ "github.com/feedbooks/r2 -streamer-go /models"
9
9
)
10
10
11
11
// List TODO add doc
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import (
15
15
"time"
16
16
17
17
"github.com/blevesearch/bleve"
18
- "github.com/feedbooks/webpub -streamer/fetcher"
19
- "github.com/feedbooks/webpub -streamer/models"
20
- "github.com/feedbooks/webpub -streamer/parser"
21
- "github.com/feedbooks/webpub -streamer/searcher"
18
+ "github.com/feedbooks/r2 -streamer-go /fetcher"
19
+ "github.com/feedbooks/r2 -streamer-go /models"
20
+ "github.com/feedbooks/r2 -streamer-go /parser"
21
+ "github.com/feedbooks/r2 -streamer-go /searcher"
22
22
"github.com/gorilla/mux"
23
23
"github.com/urfave/negroni"
24
24
)
Original file line number Diff line number Diff line change 6
6
"path/filepath"
7
7
"strings"
8
8
9
- "github.com/feedbooks/webpub -streamer/models"
9
+ "github.com/feedbooks/r2 -streamer-go /models"
10
10
)
11
11
12
12
func init () {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
11
11
"github.com/PuerkitoBio/goquery"
12
12
"github.com/feedbooks/epub"
13
- "github.com/feedbooks/webpub -streamer/models"
13
+ "github.com/feedbooks/r2 -streamer-go /models"
14
14
)
15
15
16
16
const epub3 = "3.0"
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"path/filepath"
6
6
7
- "github.com/feedbooks/webpub -streamer/models"
7
+ "github.com/feedbooks/r2 -streamer-go /models"
8
8
)
9
9
10
10
// List TODO add doc
Original file line number Diff line number Diff line change 6
6
"io/ioutil"
7
7
8
8
"github.com/blevesearch/bleve"
9
- "github.com/feedbooks/webpub -streamer/fetcher"
10
- "github.com/feedbooks/webpub -streamer/models"
9
+ "github.com/feedbooks/r2 -streamer-go /fetcher"
10
+ "github.com/feedbooks/r2 -streamer-go /models"
11
11
)
12
12
13
13
func init () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package searcher
3
3
import (
4
4
"errors"
5
5
6
- "github.com/feedbooks/webpub -streamer/models"
6
+ "github.com/feedbooks/r2 -streamer-go /models"
7
7
)
8
8
9
9
// List TODO add doc
You can’t perform that action at this time.
0 commit comments