4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-08-10 23:28:08 +00:00

Add Slack support

This commit is contained in:
Wim
2016-09-05 16:34:37 +02:00
parent e449a97bd0
commit b30e85836e
63 changed files with 6314 additions and 1 deletions

17
vendor/manifest vendored
View File

@@ -110,6 +110,14 @@
"path": "/i18n",
"notests": true
},
{
"importpath": "github.com/nlopes/slack",
"repository": "https://github.com/nlopes/slack",
"vcs": "git",
"revision": "4feee83bb2b31d790977ce727a028c6a542c72c7",
"branch": "HEAD",
"notests": true
},
{
"importpath": "github.com/pborman/uuid",
"repository": "https://github.com/pborman/uuid",
@@ -186,6 +194,15 @@
"path": "/lex/httplex",
"notests": true
},
{
"importpath": "golang.org/x/net/websocket",
"repository": "https://go.googlesource.com/net",
"vcs": "git",
"revision": "1358eff22f0dd0c54fc521042cc607f6ff4b531a",
"branch": "master",
"path": "/websocket",
"notests": true
},
{
"importpath": "gopkg.in/gcfg.v1",
"repository": "https://gopkg.in/gcfg.v1",