Files
survive/go.mod

23 lines
566 B
Modula-2
Raw Permalink Normal View History

2024-11-05 07:14:00 -05:00
module mover
go 1.22.0
toolchain go1.22.8
require (
github.com/hajimehoshi/ebiten v1.12.12
github.com/hajimehoshi/ebiten/v2 v2.8.2
golang.org/x/image v0.20.0
)
2024-11-05 07:14:00 -05:00
require (
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
2024-11-11 14:07:02 -05:00
github.com/ebitengine/oto/v3 v3.3.1 // indirect
2024-11-05 07:14:00 -05:00
github.com/ebitengine/purego v0.8.0 // indirect
github.com/jezek/xgb v1.1.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
2024-11-05 07:14:00 -05:00
)