diff options
author | Wim <wim@42.be> | 2020-03-08 23:55:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 23:55:09 +0100 |
commit | 6b4b19194ec40c79569bc692a6557e78f338ded9 (patch) | |
tree | 72f52510f7388f2575859e5be3d2b75970f979f2 /go.mod | |
parent | 9785edd26366be8eb11c2435f50f90a5c8eea7fc (diff) | |
download | matterbridge-msglm-6b4b19194ec40c79569bc692a6557e78f338ded9.tar.gz matterbridge-msglm-6b4b19194ec40c79569bc692a6557e78f338ded9.tar.bz2 matterbridge-msglm-6b4b19194ec40c79569bc692a6557e78f338ded9.zip |
Update vendor shazow/ssh-chat (#1029)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require ( github.com/rs/xid v1.2.1 github.com/russross/blackfriday v1.5.2 github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca - github.com/shazow/ssh-chat v1.8.2 + github.com/shazow/ssh-chat v1.8.3-0.20200308224626-80ddf1f43a98 github.com/sirupsen/logrus v1.4.2 github.com/slack-go/slack v0.6.3-0.20200228121756-f56d616d5901 github.com/spf13/viper v1.6.1 |