mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-16 20:20:57 +01:00
19 lines
459 B
Modula-2
19 lines
459 B
Modula-2
module gameoflife
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.4.0
|
|
github.com/hajimehoshi/ebiten/v2 v2.7.4
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|
|
require (
|
|
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/jezek/xgb v1.1.1 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|