diff options
author | Wim <wim@42.be> | 2020-03-28 23:50:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 23:50:47 +0100 |
commit | 092ca1cd678c44fa078bba11d4d219e61498342a (patch) | |
tree | 33be668a72610bfa9825817eb84017fdad8b362a /go.mod | |
parent | 0df253964123537b91e5a7364c83cc52f0e88df4 (diff) | |
download | matterbridge-msglm-092ca1cd678c44fa078bba11d4d219e61498342a.tar.gz matterbridge-msglm-092ca1cd678c44fa078bba11d4d219e61498342a.tar.bz2 matterbridge-msglm-092ca1cd678c44fa078bba11d4d219e61498342a.zip |
Update vendor slack-go/slack (#1068)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ require ( github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca 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/slack-go/slack v0.6.3 github.com/spf13/viper v1.6.1 github.com/stretchr/testify v1.4.0 github.com/technoweenie/multipartstreamer v1.0.1 // indirect |