2025-11-13 19:50:36 +01:00
|
|
|
module codeberg.org/scip/golsky
|
2024-05-20 20:19:11 +02:00
|
|
|
|
2025-11-13 21:11:00 +01:00
|
|
|
go 1.25
|
2024-05-20 20:19:11 +02:00
|
|
|
|
2024-05-21 19:01:08 +02:00
|
|
|
require (
|
2025-11-13 21:11:00 +01:00
|
|
|
github.com/ebitenui/ebitenui v0.5.8
|
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
|
|
|
github.com/hajimehoshi/ebiten/v2 v2.7.10
|
|
|
|
|
github.com/spf13/pflag v1.0.10
|
|
|
|
|
github.com/tinne26/etxt v0.0.9
|
|
|
|
|
golang.org/x/image v0.31.0
|
2024-05-21 19:01:08 +02:00
|
|
|
)
|
2024-05-20 20:19:11 +02:00
|
|
|
|
|
|
|
|
require (
|
2024-05-24 17:53:38 +02:00
|
|
|
github.com/alecthomas/repr v0.4.0 // indirect
|
2025-11-13 21:11:00 +01:00
|
|
|
github.com/ebitengine/gomobile v0.0.0-20250923094054-ea854a63cce1 // indirect
|
2024-05-20 20:19:11 +02:00
|
|
|
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
2025-11-13 21:11:00 +01:00
|
|
|
github.com/ebitengine/purego v0.7.1 // indirect
|
2024-05-20 20:19:11 +02:00
|
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
2024-06-12 20:01:30 +02:00
|
|
|
github.com/mlange-42/arche v0.13.0 // indirect
|
2025-11-13 21:11:00 +01:00
|
|
|
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
|
|
|
|
|
golang.org/x/sync v0.18.0 // indirect
|
2024-05-21 19:01:08 +02:00
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
2025-11-13 21:11:00 +01:00
|
|
|
golang.org/x/text v0.29.0 // indirect
|
2024-05-20 20:19:11 +02:00
|
|
|
)
|