2020-06-18 14:30:20 +08:00
|
|
|
module github.com/issadarkthing/gomu
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-06-19 09:55:26 +08:00
|
|
|
require (
|
2021-02-23 10:24:23 +08:00
|
|
|
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
|
|
|
github.com/antchfx/htmlquery v1.2.3 // indirect
|
|
|
|
github.com/antchfx/xmlquery v1.3.4 // indirect
|
2021-02-19 14:28:55 +08:00
|
|
|
github.com/bogem/id3v2 v1.2.0
|
2020-06-24 12:05:41 +08:00
|
|
|
github.com/faiface/beep v1.0.2
|
2021-02-04 12:23:32 +08:00
|
|
|
github.com/gdamore/tcell/v2 v2.1.0
|
2021-02-23 10:24:23 +08:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
|
|
github.com/gocolly/colly v1.2.0
|
2021-01-17 15:56:10 +08:00
|
|
|
github.com/hajimehoshi/go-mp3 v0.3.1 // indirect
|
|
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
2021-01-22 13:41:42 +08:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2020-08-13 23:10:57 +08:00
|
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
2021-02-21 15:18:19 +08:00
|
|
|
github.com/martinlindhe/subtitles v0.0.0-20210219114018-c133f18cfb3d
|
2021-02-12 10:58:40 +08:00
|
|
|
github.com/mattn/anko v0.1.8
|
2020-06-27 00:15:48 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-02-04 12:23:32 +08:00
|
|
|
github.com/rivo/tview v0.0.0-20210125085121-dbc1f32bb1d0
|
2020-08-18 00:26:28 +08:00
|
|
|
github.com/sahilm/fuzzy v0.1.0
|
2021-02-23 10:24:23 +08:00
|
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
2021-02-15 20:28:06 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-23 10:24:23 +08:00
|
|
|
github.com/temoto/robotstxt v1.1.1 // indirect
|
2020-07-24 22:27:08 +08:00
|
|
|
github.com/tj/go-spin v1.1.0
|
2020-07-21 12:22:00 +08:00
|
|
|
github.com/ztrue/tracerr v0.3.0
|
2021-01-17 15:56:10 +08:00
|
|
|
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03 // indirect
|
|
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
2021-02-23 10:24:23 +08:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-06-19 09:55:26 +08:00
|
|
|
)
|