breakout/go.mod
Ruidy 58eacec4c9
chore(deps): update Go and library versions
Update Go version to 1.25.5 and bump dependencies:
- ebiten to v2.9.4
- purego to v0.9.1
- xgb to v1.2.0
- sync to v0.18.0
- sys to v0.38.0

This ensures compatibility and includes latest bug fixes and
improvements.
2025-12-07 10:50:42 +01:00

15 lines
429 B
Modula-2

module breakout
go 1.25.5
require github.com/hajimehoshi/ebiten/v2 v2.9.4
require (
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/jezek/xgb v1.2.0 // indirect
golang.org/x/image v0.32.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)