mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
upgrade to slightly newer gioui, one before the breaking NRGBA API change
This commit is contained in:
4
go.mod
4
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user