aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-02-12 14:31:27 +0200
committerTulir Asokan <tulir@maunium.net>2019-02-12 14:31:27 +0200
commitae36b9cddd1332fbf3ec3160ef4ad269619e445b (patch)
tree4997f46db94b68639806a3cc3713e87b3dc828bb
parente65d6d10a7e0776b2c74ce3d71bdc2f42ae27bb9 (diff)
Remove replaces in go.mod
-rw-r--r--go.mod6
1 files changed, 0 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 98c3c35..1934c0d 100644
--- a/go.mod
+++ b/go.mod
@@ -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