-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
55 lines (52 loc) · 2.26 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/MatusOllah/gophengine
go 1.22.0
require (
github.com/BurntSushi/toml v1.4.0
github.com/MatusOllah/slogcolor v1.4.0
github.com/MatusOllah/stripansi v1.1.0
github.com/ebitenui/ebitenui v0.6.0
github.com/gopxl/beep v1.4.1
github.com/hajimehoshi/ebiten/v2 v2.7.9
github.com/hashicorp/hcl/v2 v2.22.0
github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49
github.com/ncruces/zenity v0.10.14
github.com/nicksnyder/go-i18n/v2 v2.4.0
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/quasilyte/ebitengine-input v0.9.1
github.com/spf13/pflag v1.0.5
github.com/tanema/gween v0.0.0-20221212145351-621cc8a459d1
github.com/zclconf/go-cty v1.15.0
golang.design/x/clipboard v0.7.0
golang.org/x/text v0.18.0
)
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/ebitengine/gomobile v0.0.0-20240825043811-96c531f5bd83 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.2.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/go-text/typesetting v0.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/josephspurrier/goversioninfo v1.4.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/quasilyte/gmath v0.0.0-20240909075443-8e177b514b91 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/exp/shiny v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/tools v0.25.0 // indirect
)