diff options
author | Wim <wim@42.be> | 2019-02-13 00:29:34 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-02-13 00:29:34 +0100 |
commit | 5af1d8005509e42102b2e2c2319b1fd754bb46f3 (patch) | |
tree | 5d2673ca96f3232fbdf9f0cefc913dbbde293220 /go.mod | |
parent | f236d12166a8ae186b251fee15b88d774dabc69c (diff) | |
download | matterbridge-msglm-5af1d8005509e42102b2e2c2319b1fd754bb46f3.tar.gz matterbridge-msglm-5af1d8005509e42102b2e2c2319b1fd754bb46f3.tar.bz2 matterbridge-msglm-5af1d8005509e42102b2e2c2319b1fd754bb46f3.zip |
Do not panic on non-json response from server (zulip)
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-20190211002717-befe50663a92 + github.com/matterbridge/gozulipbot v0.0.0-20190212232658-7aa251978a18 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 |