19 lines
705 B
Modula-2
19 lines
705 B
Modula-2
module git.sr.ht/~tslocum/ditty
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
git.sr.ht/~tslocum/cview v0.2.2
|
|
github.com/dhowden/tag v0.0.0-20191122115059-7e5c04feccd8
|
|
github.com/faiface/beep v1.0.2
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/hajimehoshi/go-mp3 v0.2.1 // indirect
|
|
github.com/hajimehoshi/oto v0.5.4 // indirect
|
|
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.7
|
|
github.com/mewkiz/flac v1.0.6 // indirect
|
|
golang.org/x/exp v0.0.0-20191227195350-da58074b4299 // indirect
|
|
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 // indirect
|
|
golang.org/x/mobile v0.0.0-20191210151939-1a1fef82734d // indirect
|
|
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
|
|
)
|