mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-27 19:00:25 -04:00
The RPC and sync library mechanisms were removed for now; they never really worked and contained several obvious bugs. Need to consider if syncs are useful at all during the compose time, or just used during intro.
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/vsariola/sointu
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
gioui.org v0.0.0-20210410094005-495c69018772
|
|
gioui.org/x v0.0.0-20210419013052-6db76265c4e1
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/hajimehoshi/oto v0.6.6
|
|
golang.org/x/exp v0.0.0-20201229011636-eab1b5eb1a03
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
pipelined.dev/audio/vst2 v0.10.1-0.20230513073541-08ee2a4520cb
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // 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-20191011191535-87dc89f01550 // indirect
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
|
|
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f // indirect
|
|
golang.org/x/sys v0.0.0-20210304124612-50617c2ba197 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
pipelined.dev/pipe v0.11.0 // indirect
|
|
pipelined.dev/signal v0.10.0 // indirect
|
|
)
|