diff options
author | Wim <wim@42.be> | 2020-03-01 21:09:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 21:09:23 +0100 |
commit | d893421c7b2a5ceccac01600d976f3f7ba7ab780 (patch) | |
tree | 51a4634ec3adae31c578e3f2e774f238778b0628 /go.mod | |
parent | 250b3bb5795240d5ebdab5416ab99dbc41be734b (diff) | |
download | matterbridge-msglm-d893421c7b2a5ceccac01600d976f3f7ba7ab780.tar.gz matterbridge-msglm-d893421c7b2a5ceccac01600d976f3f7ba7ab780.tar.bz2 matterbridge-msglm-d893421c7b2a5ceccac01600d976f3f7ba7ab780.zip |
Update vendor keybase/go-keybase-chat-bot (#1019)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/hashicorp/golang-lru v0.5.3 github.com/hpcloud/tail v1.0.0 // indirect github.com/jpillora/backoff v1.0.0 - github.com/keybase/go-keybase-chat-bot v0.0.0-20200207200343-9aca502dc88a + github.com/keybase/go-keybase-chat-bot v0.0.0-20200226211841-4e48f3eaef3e github.com/labstack/echo/v4 v4.1.13 github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7 github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20190210153444-cc9d05784d5d |