summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-02-06 00:59:34 +0100
committerGitHub <noreply@github.com>2022-02-06 00:59:34 +0100
commitab75d5097e1f87c37f761809bb3fa3a3c44eb1f6 (patch)
tree26c6e36a7a17ae34e50868564499f3701d3b5876 /go.mod
parentc3644c8d3b4fa87e0a001d8c419edbfbd67ceb5b (diff)
downloadmatterbridge-msglm-ab75d5097e1f87c37f761809bb3fa3a3c44eb1f6.tar.gz
matterbridge-msglm-ab75d5097e1f87c37f761809bb3fa3a3c44eb1f6.tar.bz2
matterbridge-msglm-ab75d5097e1f87c37f761809bb3fa3a3c44eb1f6.zip
Use own gomatrix fork again. Fixes #1382 (#1713)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 65183907..2d764c53 100644
--- a/go.mod
+++ b/go.mod
@@ -136,4 +136,6 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
+replace github.com/matrix-org/gomatrix => github.com/matterbridge/gomatrix v0.0.0-20220205235239-607eb9ee6419
+
go 1.17