aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-03-28 23:36:23 +0200
committerTulir Asokan <tulir@maunium.net>2019-03-28 23:36:23 +0200
commita8dcdfbaa105039f36daa4e1544158346f3379e9 (patch)
treece3a9f8498b43f7aa89a538bda6bc49375845406 /go.mod
parent4b7f7b081b5d8b45a43ea8b37e682c91b51c4d78 (diff)
Remove replaces in go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 0 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 35aa575..ebfca9d 100644
--- a/go.mod
+++ b/go.mod
@@ -19,9 +19,3 @@ require (
maunium.net/go/mauview v0.0.0-20190325223341-4c387be4b686
maunium.net/go/tcell v0.0.0-20190328213459-e9a7513fc499
)
-
-replace maunium.net/go/mautrix => ../mautrix-go
-
-replace maunium.net/go/tcell => ../../Go/tcell
-
-replace maunium.net/go/mauview => ../../Go/mauview