apps: go get -u gioui.org/ui && go mod tidy

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-04-02 18:59:45 +02:00
parent e7725a4fa1
commit 6899f96532
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -3,11 +3,12 @@ module gioui.org/apps
go 1.12
require (
gioui.org/ui v0.0.0-20190401100332-f86326051453
gioui.org/ui v0.0.0-20190402165143-e7725a4fa198
github.com/google/go-github/v24 v24.0.1
golang.org/x/exp v0.0.0-20190321205749-f0864edee7f3
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
golang.org/x/sys v0.0.0-20190402142545-baf5eb976a8c // indirect
)
replace gioui.org/ui => ../ui