diff --git a/go.mod b/go.mod index 636c4a8..08538bb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ module github.com/temidaradev/esset go 1.23.2 -require github.com/hajimehoshi/ebiten/v2 v2.8.4 +require ( + github.com/hajimehoshi/ebiten/v2 v2.8.4 + golang.org/x/image v0.20.0 +) require ( github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect @@ -11,4 +14,5 @@ require ( 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 )