forked from go-shiori/shiori
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.29 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/go-shiori/shiori
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.9.0
github.com/go-shiori/dom v0.0.0-20200611094855-2cf8a4b8b9eb // indirect
github.com/go-shiori/go-readability v0.0.0-20200413080041-05caea5f6592
github.com/go-shiori/warc v0.0.0-20191003110312-7b3c5582fd83
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/jmoiron/sqlx v1.2.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.7.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-sqlite3 v1.14.0
github.com/muesli/go-app-paths v0.2.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
golang.org/x/tools v0.0.0-20190809145639-6d4652c779c4 // indirect
google.golang.org/appengine v1.6.6 // indirect
)