mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 01:45:36 +00:00
go.*: drop -replace for gioui.org/ui
As pointed out by Daniel Martí, the replace line is convenient for development but results in build differences depending on whether you're inside or outside the gioui.org/apps module. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-3
@@ -3,11 +3,9 @@ module gioui.org/apps
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
gioui.org/ui v0.0.0-20190822092511-9520a9278f4f
|
||||
gioui.org/ui v0.0.0-20190824172537-c3f30188a573
|
||||
github.com/google/go-github/v24 v24.0.1
|
||||
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f
|
||||
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
|
||||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
||||
)
|
||||
|
||||
replace gioui.org/ui => ../ui
|
||||
|
||||
Reference in New Issue
Block a user