Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
temidaradev committed Nov 13, 2024
1 parent aa20627 commit 3a13b3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
)

0 comments on commit 3a13b3e

Please sign in to comment.