mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
39 lines
1.4 KiB
Modula-2
39 lines
1.4 KiB
Modula-2
module github.com/vsariola/sointu
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
gioui.org v0.3.1
|
|
gioui.org/x v0.1.0
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/hajimehoshi/oto v0.6.6
|
|
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95
|
|
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
pipelined.dev/audio/vst2 v0.10.1-0.20231016195025-8c5c6a64c826
|
|
)
|
|
|
|
require (
|
|
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
|
|
gioui.org/shader v1.0.8 // indirect
|
|
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 // indirect
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.6 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/image v0.7.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
pipelined.dev/pipe v0.11.0 // indirect
|
|
pipelined.dev/signal v0.10.0 // indirect
|
|
)
|