aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-01-17 14:13:25 +0200
committerTulir Asokan <tulir@maunium.net>2019-01-23 00:26:51 +0200
commitbf2a5e9b3495912bc4e266052e15cceedab131cf (patch)
tree140aac130323f5585a87c7dddb5af49dadb03f33 /go.mod
parentcdb79be7d7ba10807bc1db1f3e52887b04a4b0fd (diff)
Update license and sort imports
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 1934c0d..98c3c35 100644
--- a/go.mod
+++ b/go.mod
@@ -17,3 +17,9 @@ 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