diff options
author | Wim <wim@42.be> | 2021-07-31 17:17:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 17:17:43 +0200 |
commit | 9efcc41ab23aaabb935ad18cbb4122579a27a728 (patch) | |
tree | 5281b7a21c3752948ca2d3fdb86c22187cc2b271 /go.mod | |
parent | 13bbeeaceb7bc2ad27c48deeff7a3536604564d5 (diff) | |
download | matterbridge-msglm-9efcc41ab23aaabb935ad18cbb4122579a27a728.tar.gz matterbridge-msglm-9efcc41ab23aaabb935ad18cbb4122579a27a728.tar.bz2 matterbridge-msglm-9efcc41ab23aaabb935ad18cbb4122579a27a728.zip |
Update matterbridge/go-xmpp vendor (#1559)
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/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20210403163225-761e8622445d github.com/matterbridge/discordgo v0.21.2-0.20210201201054-fb39a175b4f7 - github.com/matterbridge/go-xmpp v0.0.0-20200418225040-c8a3a57b4050 + github.com/matterbridge/go-xmpp v0.0.0-20210731150933-5702291c239f github.com/matterbridge/gozulipbot v0.0.0-20200820220548-be5824faa913 github.com/matterbridge/logrus-prefixed-formatter v0.5.3-0.20200523233437-d971309a77ba github.com/mattermost/mattermost-server/v5 v5.30.1 |