diff options
author | Wim <wim@42.be> | 2019-12-07 22:54:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 22:54:36 +0100 |
commit | f43faf15f847ba8c68027f8de4456f9c5092b02d (patch) | |
tree | 8b311b37351f196f54b167f727f0e78768b089c6 /go.mod | |
parent | 173a38a37416045958b33fe7c0f68e26880f6e2b (diff) | |
download | matterbridge-msglm-f43faf15f847ba8c68027f8de4456f9c5092b02d.tar.gz matterbridge-msglm-f43faf15f847ba8c68027f8de4456f9c5092b02d.tar.bz2 matterbridge-msglm-f43faf15f847ba8c68027f8de4456f9c5092b02d.zip |
Update slack vendor to master (#958)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) -replace github.com/bwmarrin/discordgo v0.19.0 => github.com/matterbridge/discordgo v0.0.0-20191026232317-01823f4ebba4 +replace github.com/nlopes/slack v0.6.0 => github.com/matterbridge/slack v0.1.1-0.20191207211853-5b5f1326cdab -replace github.com/nlopes/slack v0.6.0 => github.com/matterbridge/slack v0.1.1-0.20191113220225-25f80ef0a0d1 +replace github.com/bwmarrin/discordgo v0.19.0 => github.com/matterbridge/discordgo v0.0.0-20191026232317-01823f4ebba4 go 1.13 |