summaryrefslogtreecommitdiffstats
path: root/vendor/manifest
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-09-19 20:53:26 +0200
committerWim <wim@42.be>2016-09-19 20:53:26 +0200
commita0b84beb9bae3514940a0cde40948e885184f555 (patch)
tree0e8d22c5e2292c24e46699e59f442795b6158b3a /vendor/manifest
parent0816e968318be5a4b165ac8fd30c032c6ecce61c (diff)
downloadmatterbridge-msglm-a0b84beb9bae3514940a0cde40948e885184f555.tar.gz
matterbridge-msglm-a0b84beb9bae3514940a0cde40948e885184f555.tar.bz2
matterbridge-msglm-a0b84beb9bae3514940a0cde40948e885184f555.zip
Add Discord support
Diffstat (limited to 'vendor/manifest')
-rw-r--r--vendor/manifest35
1 files changed, 35 insertions, 0 deletions
diff --git a/vendor/manifest b/vendor/manifest
index ef9cc7d9..705c463d 100644
--- a/vendor/manifest
+++ b/vendor/manifest
@@ -44,6 +44,14 @@
"notests": true
},
{
+ "importpath": "github.com/bwmarrin/discordgo",
+ "repository": "https://github.com/bwmarrin/discordgo",
+ "vcs": "git",
+ "revision": "11fa9dc906c531a85cd969b7b6b77c2f452a61b3",
+ "branch": "master",
+ "notests": true
+ },
+ {
"importpath": "github.com/gorilla/schema",
"repository": "https://github.com/gorilla/schema",
"vcs": "",
@@ -185,6 +193,33 @@
"notests": true
},
{
+ "importpath": "golang.org/x/crypto/nacl/secretbox",
+ "repository": "https://go.googlesource.com/crypto",
+ "vcs": "git",
+ "revision": "81372b2fc2f10bef2a7f338da115c315a56b2726",
+ "branch": "master",
+ "path": "/nacl/secretbox",
+ "notests": true
+ },
+ {
+ "importpath": "golang.org/x/crypto/poly1305",
+ "repository": "https://go.googlesource.com/crypto",
+ "vcs": "git",
+ "revision": "81372b2fc2f10bef2a7f338da115c315a56b2726",
+ "branch": "master",
+ "path": "/poly1305",
+ "notests": true
+ },
+ {
+ "importpath": "golang.org/x/crypto/salsa20/salsa",
+ "repository": "https://go.googlesource.com/crypto",
+ "vcs": "git",
+ "revision": "81372b2fc2f10bef2a7f338da115c315a56b2726",
+ "branch": "master",
+ "path": "/salsa20/salsa",
+ "notests": true
+ },
+ {
"importpath": "golang.org/x/net/http2/hpack",
"repository": "https://go.googlesource.com/net",
"vcs": "",