-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (45 loc) · 2.09 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (45 loc) · 2.09 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/user-none/ecolr
go 1.25.7
require (
github.com/user-none/eblitui-ios v0.6.1
github.com/user-none/eblitui/coreif v0.7.0
github.com/user-none/eblitui/desktop v0.4.7
github.com/user-none/go-chip-sn76489 v0.0.0-20260309231832-eec93e7fc417
github.com/user-none/go-chip-z80 v0.0.0-20260315161243-6c949bf925bb
)
require (
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.6.1 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.4.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/ebitenui/ebitenui v0.7.3 // indirect
github.com/frustra/bbcode v0.0.0-20201127003707-6ef347fbe1c8 // indirect
github.com/go-text/typesetting v0.3.0 // indirect
github.com/hajimehoshi/ebiten/v2 v2.9.9 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/nwaples/rardecode/v2 v2.2.2 // indirect
github.com/pierrec/lz4/v4 v4.1.25 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/sqweek/dialog v0.0.0-20240226140203-065105509627 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
github.com/user-none/eblitui/rdb v0.2.0 // indirect
github.com/user-none/eblitui/romloader v0.4.1 // indirect
github.com/user-none/go-rcheevos v0.1.0 // indirect
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
golang.design/x/clipboard v0.7.1 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
golang.org/x/image v0.35.0 // indirect
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.34.0 // indirect
)