mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
There is no more plain .asms, both library & player are created from the templates using go text/template package.
18 lines
558 B
Modula-2
18 lines
558 B
Modula-2
module github.com/vsariola/sointu
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
gioui.org v0.0.0-20201106195654-dbc0796d0207
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/hajimehoshi/oto v0.6.6
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
)
|