-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (30 loc) · 1.3 KB
/
go.mod
File metadata and controls
34 lines (30 loc) · 1.3 KB
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
33
34
module github.com/isangeles/mural
go 1.24.0
toolchain go1.24.5
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gopxl/beep v1.4.1
github.com/gopxl/pixel v1.0.0
github.com/isangeles/burn v0.0.0-20260129151419-bab6be01e35e
github.com/isangeles/fire v0.0.0-20260112213306-303efc5a60e9
github.com/isangeles/flame v0.0.0-20260109195814-c1ad2bc239b0
github.com/isangeles/ignite v0.0.0-20260217210037-1cd72f6e72a0
github.com/isangeles/mtk v0.0.0-20260302182424-46df40ba6d96
github.com/isangeles/stone v0.1.3
golang.org/x/image v0.36.0
)
require (
github.com/ebitengine/oto/v3 v3.4.0 // indirect
github.com/ebitengine/purego v0.10.0 // 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-20250301202403-da16c1255728 // indirect
github.com/go-gl/mathgl v1.2.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/isangeles/tmx v0.0.0-20230925150339-5410bc1b891b // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.41.0 // indirect
)