diff options
author | Wim <wim@42.be> | 2019-02-11 01:34:50 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-02-11 01:34:50 +0100 |
commit | 40d76b22960fcc57e167fb08b97f4ff3aec31090 (patch) | |
tree | 832a9b0cb7aa02df10083e18be91a98434e227a5 /go.mod | |
parent | 81478150373979a3061d94948ad2f2842ee87243 (diff) | |
download | matterbridge-msglm-40d76b22960fcc57e167fb08b97f4ff3aec31090.tar.gz matterbridge-msglm-40d76b22960fcc57e167fb08b97f4ff3aec31090.tar.bz2 matterbridge-msglm-40d76b22960fcc57e167fb08b97f4ff3aec31090.zip |
Fix error handling on bad event queue id (zulip). Closes #694
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/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91 github.com/matterbridge/gomatrix v0.0.0-20190102230110-6f9631ca6dea - github.com/matterbridge/gozulipbot v0.0.0-20180507190239-b6bb12d33544 + github.com/matterbridge/gozulipbot v0.0.0-20190211002717-befe50663a92 github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61 github.com/mattermost/mattermost-server v5.5.0+incompatible github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect |