-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (27 loc) · 979 Bytes
/
go.mod
File metadata and controls
32 lines (27 loc) · 979 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
26
27
28
29
30
31
32
module wideMod
go 1.23.0
toolchain go1.24.1
require (
github.com/gonutz/wui/v2 v2.8.1
golang.org/x/sys v0.33.0
)
require (
github.com/gonutz/w32/v2 v2.2.2
github.com/hajimehoshi/ebiten/v2 v2.9.0-alpha.5.0.20250608152909-a034565163b5
github.com/hajimehoshi/guigui v0.0.0-20250609192204-d32e919d930e
)
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/ebitengine/gomobile v0.0.0-20250329061421-6d0a8e981e4c // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.0-alpha.6 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/hajimehoshi/oklab v0.1.0 // indirect
github.com/jeandeaual/go-locale v0.0.0-20250421151639-a9d6ed1b3d45 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/image v0.28.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/text v0.26.0 // indirect
howett.net/plist v1.0.1 // indirect
)