-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 847 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 847 Bytes
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
module github.com/kemokemo/kuronan-dash
go 1.24.4
require (
github.com/hajimehoshi/ebiten/v2 v2.8.0
github.com/kemokemo/ebiten-gauge v0.0.7
github.com/kemokemo/ebiten-progress v0.0.0-20230312125234-b79f0b067eab
github.com/kemokemo/ebiten-rating v0.0.1
github.com/kemokemo/ebiten-virtualpad v0.5.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.3.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/go-text/typesetting v0.2.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
)