mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 00:16:15 +00:00
apps: go get gioui.org/ui@latest && go mod tidy
go get -u gioui.org/ui also upgrades indirect dependencies, which we don't want. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-2
@@ -3,12 +3,11 @@ module gioui.org/apps
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
gioui.org/ui v0.0.0-20190403111353-b15ec53a03fc
|
||||
gioui.org/ui v0.0.0-20190403111825-6f40e80bc22f
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user