mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
21 lines
720 B
Modula-2
21 lines
720 B
Modula-2
module github.com/vsariola/sointu
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
gioui.org v0.0.0-20201118104241-9469d1890762
|
|
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
|
|
github.com/sqweek/dialog v0.0.0-20200911184034-8a3d98e8211d
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
|
)
|