2024-10-20 22:58:09 +02:00
|
|
|
module xyosc
|
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
|
|
|
require (
|
2024-11-03 14:48:53 +01:00
|
|
|
github.com/chewxy/math32 v1.11.1
|
2024-10-21 01:30:26 +02:00
|
|
|
github.com/flopp/go-findfont v0.1.0
|
2024-11-02 17:50:15 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.8.0
|
2024-10-20 22:58:09 +02:00
|
|
|
github.com/gen2brain/malgo v0.11.22
|
2024-10-21 00:44:44 +02:00
|
|
|
github.com/godbus/dbus v4.1.0+incompatible
|
2024-11-02 17:50:15 +01:00
|
|
|
github.com/hajimehoshi/ebiten/v2 v2.8.3
|
2024-10-20 22:58:09 +02:00
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
2024-10-21 00:44:44 +02:00
|
|
|
github.com/leberKleber/go-mpris v1.1.0
|
2024-10-20 22:58:09 +02:00
|
|
|
github.com/smallnest/ringbuffer v0.0.0-20240827114233-62e3c686e6c0
|
2024-10-21 00:44:44 +02:00
|
|
|
github.com/ztrue/tracerr v0.4.0
|
2024-10-20 22:58:09 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-11-02 17:50:15 +01:00
|
|
|
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
|
2024-10-21 00:44:44 +02:00
|
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
2024-11-02 17:50:15 +01:00
|
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
|
|
|
golang.org/x/image v0.20.0 // 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
|
2024-10-20 22:58:09 +02:00
|
|
|
)
|