-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (25 loc) · 1014 Bytes
/
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
module github.com/isangeles/mtk
go 1.21
toolchain go1.21.6
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gopxl/beep v1.4.1
github.com/gopxl/pixel v1.0.0
golang.org/x/image v0.15.0
)
require (
github.com/ebitengine/oto/v3 v3.2.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/faiface/glhf v0.0.0-20231008131257-c8034b63022b // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240307211618-a69d953ea142 // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/mewkiz/flac v1.0.10 // indirect
github.com/mewkiz/pkg v0.0.0-20231012081350-95d6616c5403 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.19.0 // indirect
)