* Favorites support * Update currently playing track when new ones start * Calculate Elapsed time only when a channel is playing
31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module github.com/acaloiaro/di-tui
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
|
|
github.com/faiface/beep v1.0.2
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
github.com/gopherjs/gopherwasm v1.1.0 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.2.1 // indirect
|
|
github.com/hajimehoshi/oto v0.5.4 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26
|
|
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
|
|
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
|
|
golang.org/x/sys v0.0.0-20200301204400-5d559ad92b82 // indirect
|
|
gopkg.in/ini.v1 v1.52.0
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|