-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
28 lines (24 loc) · 888 Bytes
/
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
module github.com/mlange-42/tiny-world
go 1.22
toolchain go1.22.0
require (
github.com/ebitenui/ebitenui v0.5.6-0.20240306013559-bea9affc3db0
github.com/hajimehoshi/ebiten/v2 v2.6.6
github.com/mlange-42/arche v0.11.0
github.com/mlange-42/arche-model v0.7.0
github.com/mlange-42/arche-serde v0.2.0
github.com/spf13/cobra v1.8.0
golang.org/x/image v0.15.0
)
require (
github.com/ebitengine/purego v0.6.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/exp/shiny v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/mobile v0.0.0-20240213143359-d1f7d3436075 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)