erm/go.mod

49 lines
1.8 KiB
Modula-2
Raw Normal View History

2023-01-16 02:11:07 +00:00
module tuxpa.in/t/erm
2021-07-30 22:29:20 +00:00
2024-10-21 08:15:19 +00:00
go 1.22.0
2024-02-07 23:43:18 +00:00
2024-10-21 08:15:19 +00:00
toolchain go1.22.5
2021-07-30 22:29:20 +00:00
require (
2024-10-21 08:15:19 +00:00
anime.bike/slogutil v0.0.0-20240603065252-938fd61854c6
gfx.cafe/util/go v1.14.0
github.com/alecthomas/kong v1.2.1
github.com/creack/pty v1.1.23
2021-07-30 22:29:20 +00:00
github.com/d-tsuji/clipboard v0.0.3
2024-10-21 08:15:19 +00:00
github.com/hajimehoshi/ebiten/v2 v2.8.1
github.com/lmittmann/tint v1.0.5
github.com/mazznoer/csscolorparser v0.1.5
2021-07-30 22:29:20 +00:00
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2024-10-21 08:15:19 +00:00
github.com/stretchr/testify v1.9.0
go.starlark.net v0.0.0-20240925182052-1207426daebd
go.uber.org/fx v1.23.0
golang.org/x/image v0.21.0
golang.org/x/text v0.19.0
2021-07-30 22:29:20 +00:00
mvdan.cc/xurls v1.1.0
2024-02-07 23:43:18 +00:00
)
require (
git.wow.st/gmp/clip v0.0.0-20191001134149-1458ba6a7cf5 // indirect
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2024-10-21 08:15:19 +00:00
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
2024-02-07 23:43:18 +00:00
github.com/google/go-cmp v0.5.9 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1 // indirect
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
2024-10-21 08:15:19 +00:00
github.com/modern-go/reflect2 v1.0.2 // indirect
2024-02-07 23:43:18 +00:00
github.com/mvdan/xurls v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-10-21 08:15:19 +00:00
go.uber.org/dig v1.18.0 // indirect
2024-02-07 23:43:18 +00:00
go.uber.org/multierr v1.11.0 // indirect
2024-10-21 08:15:19 +00:00
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
2024-02-07 23:43:18 +00:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2021-07-30 22:29:20 +00:00
)