mirror of
https://github.com/make-42/xyosc
synced 2025-01-18 18:57:10 +01:00
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module xyosc
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/chewxy/math32 v1.11.1
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/gen2brain/malgo v0.11.23
|
|
github.com/goccmack/godsp v0.1.1
|
|
github.com/godbus/dbus v4.1.0+incompatible
|
|
github.com/hajimehoshi/ebiten/v2 v2.8.6
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
github.com/leberKleber/go-mpris v1.1.0
|
|
github.com/smallnest/ringbuffer v0.0.0-20241129171057-356c688ba81d
|
|
github.com/ztrue/tracerr v0.4.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/gomobile v0.0.0-20241016134836-cc2e38a7c0ee // indirect
|
|
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
|
github.com/ebitengine/purego v0.8.2 // indirect
|
|
github.com/go-text/typesetting v0.2.1 // indirect
|
|
github.com/goccmack/goutil v0.4.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
|
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12 // indirect
|
|
golang.org/x/image v0.23.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|