-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (22 loc) · 861 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module game
go 1.22
require (
github.com/damienfamed75/aseprite v0.3.1
github.com/disintegration/imaging v1.6.2
github.com/hajimehoshi/ebiten/v2 v2.7.7
github.com/lafriks/go-tiled v0.13.0
github.com/tanema/gween v0.0.0-20221212145351-621cc8a459d1
golang.org/x/image v0.18.0
)
require (
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/smartystreets/goconvey v1.8.1 // indirect
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
)
replace github.com/damienfamed75/aseprite v0.3.1 => github.com/npinochet/go-aseprite v0.3.3