ebiten/go.mod
Hajime Hoshi 1622132779 Revert "reland: update gomobile"
This reverts commit 203824dfcd.

Reason: building hajimehoshi/go-inovation failed: https://github.com/hajimehoshi/ebiten/actions/runs/6086922390/job/16514373032

This is an issue in gomobile.
2023-09-06 01:13:45 +09:00

27 lines
801 B
Modula-2

module github.com/hajimehoshi/ebiten/v2
go 1.18
require (
github.com/ebitengine/oto/v3 v3.1.0-alpha.2
github.com/ebitengine/purego v0.5.0-alpha.1
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372
github.com/hajimehoshi/bitmapfont/v3 v3.0.0
github.com/hajimehoshi/go-mp3 v0.3.4
github.com/jakecoffman/cp v1.2.1
github.com/jezek/xgb v1.1.0
github.com/jfreymuth/oggvorbis v1.0.5
golang.org/x/image v0.11.0
golang.org/x/mobile v0.0.0-20230818142238-7088062f872d
golang.org/x/sync v0.3.0
golang.org/x/sys v0.11.0
golang.org/x/tools v0.12.1-0.20230818130535-1517d1a3ba60
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/text v0.12.0 // indirect
)