ditty/go.mod

25 lines
1.0 KiB
Modula-2

module code.rocketnine.space/tslocum/ditty
go 1.16
replace github.com/faiface/beep => github.com/cswank/beep v0.0.0-20210131195430-fa7ec5ad8941
require (
code.rocketnine.space/tslocum/cbind v0.1.5
code.rocketnine.space/tslocum/cview v1.5.4
code.rocketnine.space/tslocum/ez v0.0.0-20210502054046-e1e0d1009c8f
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
github.com/faiface/beep v1.0.2
github.com/gdamore/tcell/v2 v2.2.1
github.com/hajimehoshi/go-mp3 v0.3.2 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.12
github.com/mewkiz/pkg v0.0.0-20210112042322-0b163ae15d52 // indirect
golang.org/x/exp v0.0.0-20210430132503-b698a44fee45 // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 // indirect
)