-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 578 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/devthicket/willow
go 1.24.0
require (
github.com/hajimehoshi/ebiten/v2 v2.9.8
github.com/jakecoffman/cp/v2 v2.4.0
github.com/tanema/gween v0.0.0-20250522035225-e874ee3ae01a
golang.org/x/image v0.31.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
)