2019-05-21 10:57:28 +08:00
|
|
|
module github.com/go-shiori/shiori
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-05-23 10:22:47 +08:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
2019-05-27 18:01:53 +08:00
|
|
|
github.com/disintegration/imaging v1.6.0
|
2019-05-22 00:24:11 +08:00
|
|
|
github.com/fatih/color v1.7.0
|
2019-08-10 09:15:15 +08:00
|
|
|
github.com/go-shiori/go-readability v0.0.0-20190809152430-5413e9c4ec86
|
2019-10-09 21:10:12 +08:00
|
|
|
github.com/go-shiori/warc v0.0.0-20191003110312-7b3c5582fd83
|
2019-08-10 09:13:13 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2019-05-27 18:01:53 +08:00
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
2019-05-21 11:31:40 +08:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2019-05-27 18:01:53 +08:00
|
|
|
github.com/julienschmidt/httprouter v1.2.0
|
2019-09-25 00:59:25 +08:00
|
|
|
github.com/lib/pq v1.1.1
|
2019-05-22 00:24:11 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-08-06 17:24:05 +08:00
|
|
|
github.com/muesli/go-app-paths v0.0.0-20181030220709-913f7f7ac60f
|
2019-05-27 18:01:53 +08:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2019-05-21 10:57:28 +08:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-08-10 09:15:15 +08:00
|
|
|
github.com/spf13/cobra v0.0.5
|
|
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20190809145639-6d4652c779c4 // indirect
|
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
2019-05-21 10:57:28 +08:00
|
|
|
)
|