diff options
author | Wim <wim@42.be> | 2016-09-04 20:03:07 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-09-04 20:04:43 +0200 |
commit | 12389d602eecf4adab0e394da19b2b808cb489b1 (patch) | |
tree | 80d6d8c00ed31fdcd60540d7c65afa6e7d2d83d6 /vendor/manifest | |
parent | 44144587a0314b7e2c719d279116ac86b657657e (diff) | |
download | matterbridge-msglm-12389d602eecf4adab0e394da19b2b808cb489b1.tar.gz matterbridge-msglm-12389d602eecf4adab0e394da19b2b808cb489b1.tar.bz2 matterbridge-msglm-12389d602eecf4adab0e394da19b2b808cb489b1.zip |
Add Gitter support
Diffstat (limited to 'vendor/manifest')
-rw-r--r-- | vendor/manifest | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/manifest b/vendor/manifest index 1fe265ac..dc2f9253 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -86,6 +86,22 @@ "notests": true }, { + "importpath": "github.com/mreiferson/go-httpclient", + "repository": "https://github.com/mreiferson/go-httpclient", + "vcs": "git", + "revision": "31f0106b4474f14bc441575c19d3a5fa21aa1f6c", + "branch": "master", + "notests": true + }, + { + "importpath": "github.com/mrexodia/wray", + "repository": "https://github.com/mrexodia/wray", + "vcs": "git", + "revision": "78a2c1f284ffe6ada7e2dfbd97c644e0d0f23fea", + "branch": "master", + "notests": true + }, + { "importpath": "github.com/nicksnyder/go-i18n/i18n", "repository": "https://github.com/nicksnyder/go-i18n", "vcs": "", @@ -119,6 +135,14 @@ "notests": true }, { + "importpath": "github.com/sromku/go-gitter", + "repository": "https://github.com/sromku/go-gitter", + "vcs": "git", + "revision": "932bf9af423ac2da1544cb73540b3b08b1bdb181", + "branch": "master", + "notests": true + }, + { "importpath": "github.com/thoj/go-ircevent", "repository": "https://github.com/thoj/go-ircevent", "vcs": "git", |