feat(sointu-cli): Support importing/exporting in YAML

This commit is contained in:
Veikko Sariola
2020-12-08 10:57:23 +02:00
parent fa163b3884
commit 2106ebde56
7 changed files with 39 additions and 14 deletions

1
go.mod
View File

@ -5,4 +5,5 @@ go 1.15
require (
gioui.org v0.0.0-20201106195654-dbc0796d0207
github.com/hajimehoshi/oto v0.6.6
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)