xyosc/go.mod

31 lines
1011 B
Modula-2
Raw Normal View History

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-11-02 17:50:15 +01:00
github.com/fsnotify/fsnotify v1.8.0
2025-01-16 21:29:12 +01:00
github.com/gen2brain/malgo v0.11.23
2024-10-21 00:44:44 +02:00
github.com/godbus/dbus v4.1.0+incompatible
2025-01-16 21:29:12 +01:00
github.com/hajimehoshi/ebiten/v2 v2.8.6
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
2025-01-16 21:45:06 +01:00
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
2025-01-16 21:29:12 +01:00
github.com/smallnest/ringbuffer v0.0.0-20241129171057-356c688ba81d
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 (
2025-01-16 21:29:12 +01:00
github.com/ebitengine/gomobile v0.0.0-20241016134836-cc2e38a7c0ee // indirect
2024-11-02 17:50:15 +01:00
github.com/ebitengine/hideconsole v1.0.0 // indirect
2025-01-16 21:29:12 +01:00
github.com/ebitengine/purego v0.8.2 // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
2024-11-02 17:50:15 +01:00
github.com/jezek/xgb v1.1.1 // indirect
2025-01-16 21:29:12 +01:00
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
2024-10-20 22:58:09 +02:00
)