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:
Elias Naur
2019-08-24 19:00:32 +01:00
parent c3f30188a5
commit 32a348b1ab
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -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