upgrade to slightly newer gioui, one before the breaking NRGBA API change

This commit is contained in:
vsariola
2021-01-13 22:55:24 +02:00
parent 5124e0bf74
commit ed67408d6e
2 changed files with 9 additions and 3 deletions

4
go.mod
View File

@ -3,7 +3,7 @@ module github.com/vsariola/sointu
go 1.15
require (
gioui.org v0.0.0-20201106195654-dbc0796d0207
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
@ -12,7 +12,9 @@ require (
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
)