diff options
author | Wim <wim@42.be> | 2020-03-29 17:35:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 17:35:40 +0200 |
commit | a18807f19e98c1f2cafddc28ab3f838b44b68fa1 (patch) | |
tree | c73f54b24d561b1712f1fa4e0b0b117e07d3976a /go.mod | |
parent | 29f658fd3cda71aec88e5eb3fb59b30b19be5508 (diff) | |
download | matterbridge-msglm-a18807f19e98c1f2cafddc28ab3f838b44b68fa1.tar.gz matterbridge-msglm-a18807f19e98c1f2cafddc28ab3f838b44b68fa1.tar.bz2 matterbridge-msglm-a18807f19e98c1f2cafddc28ab3f838b44b68fa1.zip |
Update matterbridge/go-xmpp to add xmpp avatar support (#1070)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20190210153444-cc9d05784d5d github.com/matterbridge/discordgo v0.18.1-0.20200308151012-aa40f01cbcc3 github.com/matterbridge/emoji v2.1.1-0.20191117213217-af507f6b02db+incompatible - github.com/matterbridge/go-xmpp v0.0.0-20200328215643-8d36ff2c85d1 + github.com/matterbridge/go-xmpp v0.0.0-20200329150250-5812999b292b 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 |