diff options
author | Wim <wim@42.be> | 2022-02-06 00:59:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 00:59:34 +0100 |
commit | ab75d5097e1f87c37f761809bb3fa3a3c44eb1f6 (patch) | |
tree | 26c6e36a7a17ae34e50868564499f3701d3b5876 /go.mod | |
parent | c3644c8d3b4fa87e0a001d8c419edbfbd67ceb5b (diff) | |
download | matterbridge-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.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |