aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gomuks.go2
-rw-r--r--matrix.go2
-rw-r--r--session.go2
-rw-r--r--view-main.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/gomuks.go b/gomuks.go
index 13b6672..3e2fb85 100644
--- a/gomuks.go
+++ b/gomuks.go
@@ -20,7 +20,7 @@ import (
"os"
"path/filepath"
- "github.com/matrix-org/gomatrix"
+ "maunium.net/go/gomatrix"
"maunium.net/go/tview"
)
diff --git a/matrix.go b/matrix.go
index dc433a8..c763852 100644
--- a/matrix.go
+++ b/matrix.go
@@ -20,7 +20,7 @@ import (
"fmt"
"time"
- "github.com/matrix-org/gomatrix"
+ "maunium.net/go/gomatrix"
)
type MatrixContainer struct {
diff --git a/session.go b/session.go
index 217ea38..d83d443 100644
--- a/session.go
+++ b/session.go
@@ -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"
)