mirror of
https://github.com/rjNemo/breakout
synced 2026-06-06 00:26:39 +00:00
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.
15 lines
429 B
Modula-2
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
|
|
)
|