diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-15 18:25:16 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-15 18:25:16 +0200 |
commit | d8dfaa72ed1f625072cb3becb696eab7ca412d84 (patch) | |
tree | 5c7f572f10917305001e78a582fdc7288a66ba80 | |
parent | 4db41167976e111c0c2991b408752ef3caeb28d4 (diff) |
Switch to gomatrix fork
-rw-r--r-- | gomuks.go | 2 | ||||
-rw-r--r-- | matrix.go | 2 | ||||
-rw-r--r-- | session.go | 2 | ||||
-rw-r--r-- | view-main.go | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -20,7 +20,7 @@ import ( "os" "path/filepath" - "github.com/matrix-org/gomatrix" + "maunium.net/go/gomatrix" "maunium.net/go/tview" ) @@ -20,7 +20,7 @@ import ( "fmt" "time" - "github.com/matrix-org/gomatrix" + "maunium.net/go/gomatrix" ) type MatrixContainer struct { @@ -21,7 +21,7 @@ import ( "io/ioutil" "path/filepath" - "github.com/matrix-org/gomatrix" + "maunium.net/go/gomatrix" ) type Session struct { diff --git a/view-main.go b/view-main.go index 68d8ab8..f23b039 100644 --- a/view-main.go +++ b/view-main.go @@ -21,7 +21,7 @@ import ( "strings" "github.com/gdamore/tcell" - "github.com/matrix-org/gomatrix" + "maunium.net/go/gomatrix" "maunium.net/go/tview" ) |