diff options
author | Wim <wim@42.be> | 2021-10-23 23:13:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 23:13:07 +0200 |
commit | 8967f02fc9762657f755c118ce7a54acb750a53f (patch) | |
tree | 6d066bee8d6cafa32a4e5e7ba620fdbed7f629c0 /go.mod | |
parent | 831ff6d0a9bb77a283cc823a953de430ad6b0f8d (diff) | |
download | matterbridge-msglm-8967f02fc9762657f755c118ce7a54acb750a53f.tar.gz matterbridge-msglm-8967f02fc9762657f755c118ce7a54acb750a53f.tar.bz2 matterbridge-msglm-8967f02fc9762657f755c118ce7a54acb750a53f.zip |
Update gozulipbot dependency (#1618)
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-20211016222428-79310a412696 github.com/matterbridge/discordgo v0.21.2-0.20210201201054-fb39a175b4f7 github.com/matterbridge/go-xmpp v0.0.0-20210731150933-5702291c239f - github.com/matterbridge/gozulipbot v0.0.0-20200820220548-be5824faa913 + 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-20211021135437-2dc2bc7dce2d github.com/mattermost/mattermost-server/v5 v5.39.0 |