-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (17 loc) · 556 Bytes
/
go.mod
File metadata and controls
21 lines (17 loc) · 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/idroz/mezmer
go 1.22.0
toolchain go1.22.10
require (
github.com/gen2brain/malgo v0.11.23
github.com/hajimehoshi/ebiten/v2 v2.8.6
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
golang.org/x/image v0.23.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)