Remove replaces in go.mod

This commit is contained in:
Tulir Asokan 2019-02-12 14:31:27 +02:00
parent e65d6d10a7
commit ae36b9cddd

6
go.mod
View File

@ -17,9 +17,3 @@ require (
maunium.net/go/tcell v0.0.0-20190111223412-5e74142cb009
maunium.net/go/tview v0.0.0-20190111223510-de38190b095b
)
replace maunium.net/go/tcell => ../../Go/tcell
replace maunium.net/go/tview => ../../Go/tview
replace maunium.net/go/mautrix => ../mautrix-go