ditty/go.mod

37 lines
1.3 KiB
Modula-2
Raw Permalink Normal View History

2021-04-09 15:07:07 +00:00
module code.rocketnine.space/tslocum/ditty
2020-01-08 23:38:41 +00:00
2021-08-17 20:21:06 +00:00
go 1.17
2020-01-08 23:38:41 +00:00
require (
2021-04-09 15:07:07 +00:00
code.rocketnine.space/tslocum/cbind v0.1.5
2023-05-19 04:37:41 +00:00
code.rocketnine.space/tslocum/cview v1.5.8
code.rocketnine.space/tslocum/ez v0.0.0-20210506054357-569018bd037a
2023-05-19 04:37:41 +00:00
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
2021-09-02 20:06:27 +00:00
github.com/faiface/beep v1.1.0
2023-05-19 04:37:41 +00:00
github.com/gdamore/tcell/v2 v2.6.0
github.com/mattn/go-runewidth v0.0.14
2020-01-08 23:38:41 +00:00
)
2021-08-17 20:21:06 +00:00
require (
github.com/gdamore/encoding v1.0.0 // indirect
2023-05-19 04:37:41 +00:00
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
2021-09-02 20:06:27 +00:00
github.com/hajimehoshi/oto v1.0.1 // indirect
2023-05-19 04:37:41 +00:00
github.com/icza/bitio v1.1.0 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
2021-08-17 20:21:06 +00:00
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
2023-05-19 04:37:41 +00:00
github.com/mewkiz/flac v1.0.8 // indirect
github.com/mewkiz/pkg v0.0.0-20230226050401-4010bf0fec14 // indirect
2021-08-17 20:21:06 +00:00
github.com/pkg/errors v0.9.1 // indirect
2023-05-19 04:37:41 +00:00
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
2021-08-17 20:21:06 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)