2024-12-10 18:55:23 -05:00
|
|
|
module client
|
|
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
|
|
toolchain go1.22.10
|
|
|
|
|
|
|
|
|
|
require (
|
2024-12-10 20:30:51 -05:00
|
|
|
github.com/golang/protobuf v1.5.4
|
2024-12-10 18:55:23 -05:00
|
|
|
github.com/hajimehoshi/ebiten/v2 v2.8.5
|
|
|
|
|
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
|
|
|
|
|
golang.org/x/image v0.20.0
|
2024-12-10 20:30:51 -05:00
|
|
|
google.golang.org/protobuf v1.35.2
|
2024-12-10 18:55:23 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/ebitengine/gomobile v0.0.0-20240911145611-4856209ac325 // indirect
|
|
|
|
|
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
|
|
|
|
github.com/ebitengine/purego v0.8.0 // indirect
|
|
|
|
|
github.com/go-text/typesetting v0.2.0 // indirect
|
|
|
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
|
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
|
|
|
|
)
|