diff options
author | Wim <wim@42.be> | 2018-08-06 21:10:54 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-08-06 21:11:13 +0200 |
commit | 7f3cbcedc0d748108d5421cf4a8e28876e7b4c29 (patch) | |
tree | c90cd45de6cf870ba3913a49115e993c7d7068f0 /vendor/manifest | |
parent | 6ef09def81f037ca81f4b8ff03069bad071a3d38 (diff) | |
download | matterbridge-msglm-7f3cbcedc0d748108d5421cf4a8e28876e7b4c29.tar.gz matterbridge-msglm-7f3cbcedc0d748108d5421cf4a8e28876e7b4c29.tar.bz2 matterbridge-msglm-7f3cbcedc0d748108d5421cf4a8e28876e7b4c29.zip |
Use own forks for logrus-prefixed-formatter and discordgo
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 a3f457a8..9df6ec47 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -399,6 +399,14 @@ "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", "vcs": "git", @@ -423,6 +431,14 @@ "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", "vcs": "git", |