diff options
author | Wim <wim@42.be> | 2016-11-15 23:15:57 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-15 23:15:57 +0100 |
commit | cd18d89894903a92ac12e1a2e78582b543a4ab6e (patch) | |
tree | de70d2f4abb65992170b2d07e187ef4cb58e3c8c /vendor/manifest | |
parent | 449ed31e25f2c21ac9db258999a5a893889983eb (diff) | |
download | matterbridge-msglm-cd18d89894903a92ac12e1a2e78582b543a4ab6e.tar.gz matterbridge-msglm-cd18d89894903a92ac12e1a2e78582b543a4ab6e.tar.bz2 matterbridge-msglm-cd18d89894903a92ac12e1a2e78582b543a4ab6e.zip |
Add initial telegram support
Diffstat (limited to 'vendor/manifest')
-rw-r--r-- | vendor/manifest | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/manifest b/vendor/manifest index fd4a0969..4e5f5d11 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -60,6 +60,14 @@ "notests": true }, { + "importpath": "github.com/go-telegram-bot-api/telegram-bot-api", + "repository": "https://github.com/go-telegram-bot-api/telegram-bot-api", + "vcs": "git", + "revision": "a7f48eb2dd301356942677e65bebe0c9aef07013", + "branch": "master", + "notests": true + }, + { "importpath": "github.com/gorilla/schema", "repository": "https://github.com/gorilla/schema", "vcs": "", @@ -167,6 +175,14 @@ "notests": true }, { + "importpath": "github.com/technoweenie/multipartstreamer", + "repository": "https://github.com/technoweenie/multipartstreamer", + "vcs": "git", + "revision": "a90a01d73ae432e2611d178c18367fbaa13e0154", + "branch": "master", + "notests": true + }, + { "importpath": "github.com/thoj/go-ircevent", "repository": "https://github.com/thoj/go-ircevent", "vcs": "git", |