diff options
author | Wim <wim@42.be> | 2016-09-18 19:21:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-09-18 19:21:15 +0200 |
commit | 7baf386edea4c71919b257d99ca7f7e07897c412 (patch) | |
tree | 5a6f7f0f506c3ab2d15d91548b1d0479bb8fb1ba /vendor/manifest | |
parent | 6e410b096ef15e976f6a2d28f3412fe9e457f95a (diff) | |
download | matterbridge-msglm-7baf386edea4c71919b257d99ca7f7e07897c412.tar.gz matterbridge-msglm-7baf386edea4c71919b257d99ca7f7e07897c412.tar.bz2 matterbridge-msglm-7baf386edea4c71919b257d99ca7f7e07897c412.zip |
Refactor for more flexibility
* Move from gcfg to toml configuration because gcfg was too restrictive
* Implemented gateway which has support multiple in and out bridges.
* Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts.
* Support multiple gateways
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 f3f8b159..ef9cc7d9 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -20,6 +20,14 @@ "notests": true }, { + "importpath": "github.com/BurntSushi/toml", + "repository": "https://github.com/BurntSushi/toml", + "vcs": "git", + "revision": "99064174e013895bbd9b025c31100bd1d9b590ca", + "branch": "master", + "notests": true + }, + { "importpath": "github.com/Sirupsen/logrus", "repository": "https://github.com/Sirupsen/logrus", "vcs": "", @@ -204,14 +212,6 @@ "notests": true }, { - "importpath": "gopkg.in/gcfg.v1", - "repository": "https://gopkg.in/gcfg.v1", - "vcs": "", - "revision": "083575c3955c85df16fe9590cceab64d03f5eb6e", - "branch": "master", - "notests": true - }, - { "importpath": "gopkg.in/yaml.v2", "repository": "https://gopkg.in/yaml.v2", "vcs": "", |