-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 769 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 769 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
module github.com/ebitengine/debugui
go 1.25.0
require (
github.com/go-text/typesetting v0.3.5
github.com/hajimehoshi/bitmapfont/v4 v4.2.0
github.com/hajimehoshi/ebiten/v2 v2.10.0-rc.3
github.com/kisielk/errcheck v1.20.0
golang.org/x/tools v0.49.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20260820040257-d11f821a26a6 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.11.0 // indirect
github.com/pierrec/lz4/v4 v4.1.29 // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
golang.org/x/image v0.45.0 // indirect
golang.org/x/mod v0.40.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
)