breakout/go.mod
dependabot[bot] 574319075b
Bump golang.org/x/image from 0.32.0 to 0.38.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.32.0 to 0.38.0.
- [Commits](https://github.com/golang/image/compare/v0.32.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 16:28:26 +00: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.38.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)