-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (28 loc) · 1.04 KB
/
go.mod
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 github.com/maxfierke/gogo-gb
go 1.23.0
require (
github.com/abiosoft/ishell/v2 v2.0.2
github.com/hajimehoshi/ebiten/v2 v2.7.8
github.com/samber/lo v1.47.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/abiosoft/ishell v2.0.0+incompatible // indirect
golang.org/x/text v0.16.0 // indirect
)
require (
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.7.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)