30 lines
1.2 KiB
Modula-2
30 lines
1.2 KiB
Modula-2
module git.annabunches.net/annabunches/joyful
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/amitybell/piper v0.0.0-20250621082041-2bb74e3a4a55
|
|
github.com/amitybell/piper-asset v0.0.0-20231030194325-d36a29e3b1fd
|
|
github.com/amitybell/piper-voice-alan v0.0.0-20231118093148-059963c24dbd
|
|
github.com/amitybell/piper-voice-jenny v0.0.0-20231118093224-dcf0d49e46b7
|
|
github.com/ebitengine/oto/v3 v3.3.3
|
|
github.com/goccy/go-yaml v1.18.0
|
|
github.com/holoplot/go-evdev v0.0.0-20240306072622-217e18f17db1
|
|
github.com/jonboulle/clockwork v0.5.0
|
|
github.com/spf13/pflag v1.0.7
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.5.3 // indirect
|
|
github.com/amitybell/piper-bin-linux v0.0.0-20250621082830-f5d5d85fa076 // indirect
|
|
github.com/amitybell/piper-bin-windows v0.0.0-20231118093113-cc2cef2f6b74 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ebitengine/purego v0.8.4 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|