diff options
author | Wim <wim@42.be> | 2018-02-27 22:55:55 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-02-27 23:22:12 +0100 |
commit | 6a727b9723a1e0b708ac2b5f406a599d086bb0ce (patch) | |
tree | 205a52897b2cbcc6d38f646c85bcf9566644e0ce /vendor/manifest | |
parent | 02a5bc096fedea8a20e9693243b5291ed49cdf94 (diff) | |
download | matterbridge-msglm-6a727b9723a1e0b708ac2b5f406a599d086bb0ce.tar.gz matterbridge-msglm-6a727b9723a1e0b708ac2b5f406a599d086bb0ce.tar.bz2 matterbridge-msglm-6a727b9723a1e0b708ac2b5f406a599d086bb0ce.zip |
Use our own version of go-xmpp with debug output to logrus
Diffstat (limited to 'vendor/manifest')
-rw-r--r-- | vendor/manifest | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vendor/manifest b/vendor/manifest index 875c8ff2..7cd182d2 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -287,6 +287,14 @@ "notests": true }, { + "importpath": "github.com/matterbridge/go-xmpp", + "repository": "https://github.com/matterbridge/go-xmpp", + "vcs": "git", + "revision": "0aa93db586ce719b8793aace600ddea0fdc7e828", + "branch": "work", + "notests": true + }, + { "importpath": "github.com/matterbridge/gomatrix", "repository": "https://github.com/matterbridge/gomatrix", "vcs": "git", @@ -428,14 +436,6 @@ "notests": true }, { - "importpath": "github.com/mattn/go-xmpp", - "repository": "https://github.com/mattn/go-xmpp", - "vcs": "git", - "revision": "d0cdb99fae16437f69616ccc40662b6fe8ac6d47", - "branch": "master", - "notests": true - }, - { "importpath": "github.com/mgutz/ansi", "repository": "https://github.com/mgutz/ansi", "vcs": "git", |