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

Use own forks for logrus-prefixed-formatter and discordgo

This commit is contained in:
Wim
2018-08-06 21:10:54 +02:00
parent 6ef09def81
commit 7f3cbcedc0
32 changed files with 9235 additions and 4 deletions

16
vendor/manifest vendored
View File

@ -398,6 +398,14 @@
"branch": "master",
"notests": true
},
{
"importpath": "github.com/matterbridge/discordgo",
"repository": "https://github.com/matterbridge/discordgo",
"vcs": "git",
"revision": "ef40ff5ba64fced4133098c05527c090f1f4f611",
"branch": "work",
"notests": true
},
{
"importpath": "github.com/matterbridge/go-xmpp",
"repository": "https://github.com/matterbridge/go-xmpp",
@ -422,6 +430,14 @@
"branch": "work",
"notests": true
},
{
"importpath": "github.com/matterbridge/logrus-prefixed-formatter",
"repository": "https://github.com/matterbridge/logrus-prefixed-formatter",
"vcs": "git",
"revision": "01618749af61a7f764d7cc7f6baea6f940c188a1",
"branch": "work",
"notests": true
},
{
"importpath": "github.com/mattermost/mattermost-server/einterfaces",
"repository": "https://github.com/mattermost/mattermost-server",