diff options
author | Wim <wim@42.be> | 2020-02-10 00:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 00:06:54 +0100 |
commit | 54ed6320c2cc4a9748f9faec5780603aeee3de8c (patch) | |
tree | e4fdf6173492533d44b46946dfd825d966ab2a17 /go.mod | |
parent | 23083f3ae0ffd28ca4094c75c90ba45fc57bd523 (diff) | |
download | matterbridge-msglm-54ed6320c2cc4a9748f9faec5780603aeee3de8c.tar.gz matterbridge-msglm-54ed6320c2cc4a9748f9faec5780603aeee3de8c.tar.bz2 matterbridge-msglm-54ed6320c2cc4a9748f9faec5780603aeee3de8c.zip |
Add support for avatars from matrix. #984 (#1007)
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/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20190210153444-cc9d05784d5d github.com/matterbridge/emoji v2.1.1-0.20191117213217-af507f6b02db+incompatible github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91 - github.com/matterbridge/gomatrix v0.0.0-20200209221412-326bea8d866e + github.com/matterbridge/gomatrix v0.0.0-20200209224845-c2104d7936a6 github.com/matterbridge/gozulipbot v0.0.0-20190212232658-7aa251978a18 github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61 github.com/mattermost/mattermost-server v5.5.0+incompatible |