-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
32 lines (29 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/gopxl/beep/v2
go 1.21
require (
github.com/ebitengine/oto/v3 v3.3.1
github.com/gdamore/tcell/v2 v2.7.4
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/jfreymuth/oggvorbis v1.0.5
github.com/mewkiz/flac v1.0.12
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
github.com/pkg/errors v0.9.1
github.com/samhocevar/go-meltysynth v0.0.0-20230403180939-aca4a036cb16
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mewkiz/pkg v0.0.0-20230226050401-4010bf0fec14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)