mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-16 06:06:31 +08:00
21 lines
754 B
Modula-2
21 lines
754 B
Modula-2
module github.com/go-shiori/shiori
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-shiori/go-readability v0.0.0-20190523042835-b940ed0ce329
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
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
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.4
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
|
|
golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5 // indirect
|
|
google.golang.org/appengine v1.6.0 // indirect
|
|
)
|