2024-10-20 22:58:09 +02:00
|
|
|
module xyosc
|
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gen2brain/malgo v0.11.22
|
|
|
|
github.com/gen2brain/raylib-go/raylib v0.0.0-20241019150900-b7833eeae8d0
|
2024-10-21 00:44:44 +02:00
|
|
|
github.com/godbus/dbus v4.1.0+incompatible
|
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 (
|
|
|
|
github.com/ebitengine/purego v0.7.1 // indirect
|
2024-10-21 00:44:44 +02:00
|
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
2024-10-20 22:58:09 +02:00
|
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
|
|
)
|