diff options
author | Wim <wim@42.be> | 2022-04-12 00:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 00:59:30 +0200 |
commit | d7cad3b40456ddbc0db7935b6340298d885c2af1 (patch) | |
tree | 7fd5cb02633c4ef94d11758579738fedda74237c /go.mod | |
parent | 7740a362c973522d115b6983fd2a8f9ac1c3b58c (diff) | |
download | matterbridge-msglm-d7cad3b40456ddbc0db7935b6340298d885c2af1.tar.gz matterbridge-msglm-d7cad3b40456ddbc0db7935b6340298d885c2af1.tar.bz2 matterbridge-msglm-d7cad3b40456ddbc0db7935b6340298d885c2af1.zip |
Update matterbridge/gomatrix. Fixes #1772 (#1803)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ require ( github.com/lrstanley/girc v0.0.0-20220409202343-de3f963fb827 github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20211016222428-79310a412696 github.com/matterbridge/go-xmpp v0.0.0-20211030125215-791a06c5f1be - github.com/matterbridge/gomatrix v0.0.0-20220205235239-607eb9ee6419 + github.com/matterbridge/gomatrix v0.0.0-20220411225302-271e5088ea27 github.com/matterbridge/gozulipbot v0.0.0-20211023205727-a19d6c1f3b75 github.com/matterbridge/logrus-prefixed-formatter v0.5.3-0.20200523233437-d971309a77ba github.com/matterbridge/matterclient v0.0.0-20211107234719-faca3cd42315 |