23 lines
905 B
Modula-2
23 lines
905 B
Modula-2
module gitlab.com/tslocum/ditty
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dhowden/tag v0.0.0-20200412032933-5d76b8eaae27
|
|
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.6.1 // indirect
|
|
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/mewkiz/flac v1.0.6 // indirect
|
|
github.com/mewkiz/pkg v0.0.0-20200411195739-f6b5e26764c3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
gitlab.com/tslocum/cbind v0.1.1
|
|
gitlab.com/tslocum/cview v1.4.7-0.20200520223619-698a0adf93dd
|
|
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
|
|
golang.org/x/mobile v0.0.0-20200329125638-4c31acba0007 // indirect
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|