summaryrefslogtreecommitdiff
path: root/go.mod
blob: 806ffc6c52574dc1c3c30d43d7ae006ed481bd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module git.davidovski.xyz/gamejam-2024

go 1.22.2

require github.com/hajimehoshi/ebiten/v2 v2.7.2

require (
	github.com/ebitengine/gomobile v0.0.0-20240329170434-1771503ff0a8 // indirect
	github.com/ebitengine/hideconsole v1.0.0 // indirect
	github.com/ebitengine/oto/v3 v3.2.0 // indirect
	github.com/ebitengine/purego v0.7.0 // indirect
	github.com/go-text/typesetting v0.1.1-0.20240325125605-c7936fe59984 // indirect
	github.com/jezek/xgb v1.1.1 // indirect
	github.com/jfreymuth/oggvorbis v1.0.5 // indirect
	github.com/jfreymuth/vorbis v1.0.2 // indirect
	golang.org/x/image v0.15.0 // indirect
	golang.org/x/sync v0.6.0 // indirect
	golang.org/x/sys v0.18.0 // indirect
	golang.org/x/text v0.14.0 // indirect
)