mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/issadarkthing/gomu
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
|
github.com/antchfx/htmlquery v1.2.3 // indirect
|
|
github.com/antchfx/xmlquery v1.3.4 // indirect
|
|
github.com/asmcos/requests v0.0.0-20210118082303-cb8f46dd3767
|
|
github.com/bogem/id3v2 v1.2.0
|
|
github.com/faiface/beep v1.0.2
|
|
github.com/gdamore/tcell/v2 v2.1.0
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gocolly/colly v1.2.0
|
|
github.com/hajimehoshi/go-mp3 v0.3.1 // indirect
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
github.com/martinlindhe/subtitles v0.0.0-20210226093915-8010a8a9b389
|
|
github.com/mattn/anko v0.1.8
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/tview v0.0.0-20210125085121-dbc1f32bb1d0
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/temoto/robotstxt v1.1.1 // indirect
|
|
github.com/tj/go-spin v1.1.0
|
|
github.com/ztrue/tracerr v0.3.0
|
|
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03 // indirect
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|