2025-06-27 12:18:21 -04:00
|
|
|
module git.annabunches.net/annabunches/joyful
|
|
|
|
|
|
|
|
|
|
go 1.24.4
|
|
|
|
|
|
2025-06-28 19:41:23 -04:00
|
|
|
require (
|
2025-07-29 19:59:54 +00:00
|
|
|
github.com/ebitengine/oto/v3 v3.3.3
|
2025-06-28 19:41:23 -04:00
|
|
|
github.com/goccy/go-yaml v1.18.0
|
|
|
|
|
github.com/holoplot/go-evdev v0.0.0-20240306072622-217e18f17db1
|
2025-07-15 19:55:19 +00:00
|
|
|
github.com/jonboulle/clockwork v0.5.0
|
2025-07-28 17:45:51 +00:00
|
|
|
github.com/spf13/pflag v1.0.7
|
2025-07-04 23:40:34 -04:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-07-29 19:59:54 +00:00
|
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
|
2025-07-04 23:40:34 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-07-29 19:59:54 +00:00
|
|
|
github.com/ebitengine/purego v0.8.4 // indirect
|
2025-07-04 23:40:34 -04:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-07-15 19:55:19 +00:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2025-07-29 19:59:54 +00:00
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
2025-07-04 23:40:34 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-06-28 19:41:23 -04:00
|
|
|
)
|