36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module code.rocketnine.space/tslocum/ditty
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cbind v0.1.5
|
|
code.rocketnine.space/tslocum/cview v1.5.8
|
|
code.rocketnine.space/tslocum/ez v0.0.0-20210506054357-569018bd037a
|
|
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
|
|
github.com/faiface/beep v1.1.0
|
|
github.com/gdamore/tcell/v2 v2.6.0
|
|
github.com/mattn/go-runewidth v0.0.14
|
|
)
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
|
github.com/hajimehoshi/oto v1.0.1 // indirect
|
|
github.com/icza/bitio v1.1.0 // indirect
|
|
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
|
|
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mewkiz/flac v1.0.8 // indirect
|
|
github.com/mewkiz/pkg v0.0.0-20230226050401-4010bf0fec14 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
|
|
golang.org/x/image v0.7.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20230427221453-e8d11dd0ba41 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
golang.org/x/term v0.8.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|