diff options
author | Wim <wim@42.be> | 2020-03-28 23:05:09 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-29 15:03:24 +0200 |
commit | a30bb8fed072331238db3d6bdb94ee034e777bff (patch) | |
tree | 25136d224d3d1ffab0745429321173db5fc18ed7 /go.mod | |
parent | 092ca1cd678c44fa078bba11d4d219e61498342a (diff) | |
download | matterbridge-msglm-a30bb8fed072331238db3d6bdb94ee034e777bff.tar.gz matterbridge-msglm-a30bb8fed072331238db3d6bdb94ee034e777bff.tar.bz2 matterbridge-msglm-a30bb8fed072331238db3d6bdb94ee034e777bff.zip |
Sync matterbridge/go-xmpp with upstream
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-20180529212104-cd19799fba91 + github.com/matterbridge/go-xmpp v0.0.0-20200328215643-8d36ff2c85d1 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 |