shiori/go.mod

30 lines
1.2 KiB
Modula-2
Raw Normal View History

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-05-23 12:29:59 +08:00
github.com/go-shiori/go-readability v0.0.0-20190523042835-b940ed0ce329
2019-05-22 00:24:11 +08:00
github.com/go-sql-driver/mysql v1.4.1 // indirect
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-05-22 00:24:11 +08:00
github.com/lib/pq v1.1.1 // indirect
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-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
github.com/spf13/cobra v0.0.4
2019-05-23 10:22:47 +08:00
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
2019-05-27 18:01:53 +08:00
golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff // indirect
2019-05-23 12:29:59 +08:00
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
2019-05-27 18:01:53 +08:00
golang.org/x/sys v0.0.0-20190526052359-791d8a0f4d09 // indirect
golang.org/x/tools v0.0.0-20190525145741-7be61e1b0e51 // indirect
2019-05-21 11:31:40 +08:00
google.golang.org/appengine v1.6.0 // indirect
2019-05-21 10:57:28 +08:00
)