-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 666 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/akatsuki105/dawngb
go 1.25.4
require (
github.com/hajimehoshi/ebiten/v2 v2.8.8
github.com/pkg/profile v1.7.0
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
)
require (
github.com/ebitengine/gomobile v0.0.0-20250329061421-6d0a8e981e4c // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.3.3 // indirect
github.com/ebitengine/purego v0.8.3 // indirect
github.com/felixge/fgprof v0.9.5 // indirect
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.33.0 // indirect
)