2024-05-23 18:25:02 +02:00
|
|
|
module github.com/tlinden/golsky
|
2024-05-20 20:19:11 +02:00
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
2024-05-21 19:01:08 +02:00
|
|
|
require (
|
|
|
|
|
github.com/hajimehoshi/ebiten/v2 v2.7.4
|
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2024-05-22 19:01:58 +02:00
|
|
|
golang.org/x/image v0.16.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
|
2024-05-21 19:01:08 +02:00
|
|
|
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect
|
2024-05-20 20:19:11 +02:00
|
|
|
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
|
|
|
|
github.com/ebitengine/purego v0.7.0 // indirect
|
2024-06-10 13:02:32 +02:00
|
|
|
github.com/ebitenui/ebitenui v0.5.8-0.20240608230235-27496c28f409 // indirect
|
2024-05-28 13:07:36 +02:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2024-05-20 20:19:11 +02:00
|
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
2024-05-28 13:07:36 +02:00
|
|
|
github.com/tinne26/etxt v0.0.8 // indirect
|
2024-05-30 12:32:58 +02:00
|
|
|
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
|
2024-05-21 19:01:08 +02:00
|
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
2024-05-28 13:07:36 +02:00
|
|
|
golang.org/x/text v0.15.0 // indirect
|
2024-05-20 20:19:11 +02:00
|
|
|
)
|