mirror of
https://github.com/faiface/beep.git
synced 2025-12-23 23:38:45 -05:00
13 lines
259 B
Modula-2
13 lines
259 B
Modula-2
module github.com/faiface/beep
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.3.0
|
|
github.com/hajimehoshi/go-mp3 v0.3.0
|
|
github.com/hajimehoshi/oto v0.7.1
|
|
github.com/jfreymuth/oggvorbis v1.0.1
|
|
github.com/mewkiz/flac v1.0.7
|
|
github.com/pkg/errors v0.9.1
|
|
)
|