34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module code.rocket9labs.com/tslocum/ditty
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cbind v0.1.5
|
|
code.rocketnine.space/tslocum/cview v1.5.9
|
|
code.rocketnine.space/tslocum/ez v0.0.0-20210506054357-569018bd037a
|
|
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
|
|
github.com/gdamore/tcell/v2 v2.7.4
|
|
github.com/gopxl/beep/v2 v2.1.0
|
|
github.com/mattn/go-runewidth v0.0.16
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/oto/v3 v3.3.0 // indirect
|
|
github.com/ebitengine/purego v0.8.0 // indirect
|
|
github.com/gdamore/encoding v1.0.1 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.3.4 // 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.12 // indirect
|
|
github.com/mewkiz/pkg v0.0.0-20240627005552-d95bf79ac1c4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/term v0.24.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|