diff options
author | Wim <wim@42.be> | 2016-11-02 16:12:43 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-02 16:13:22 +0100 |
commit | 1b1589713592ec9d8f1945e4e61cac423e3e245e (patch) | |
tree | e92e23f00375f4bb71e0dcff541bf729f47147ac /vendor/manifest | |
parent | 8e606e3cef5f36cff1a14c25fc1915ecfd30e054 (diff) | |
download | matterbridge-msglm-1b1589713592ec9d8f1945e4e61cac423e3e245e.tar.gz matterbridge-msglm-1b1589713592ec9d8f1945e4e61cac423e3e245e.tar.bz2 matterbridge-msglm-1b1589713592ec9d8f1945e4e61cac423e3e245e.zip |
Fix tight loop (gitter). Closes #68.
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 705c463d..fc904fad 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -2,6 +2,14 @@ "version": 0, "dependencies": [ { + "importpath": "github.com/42wim/go-gitter", + "repository": "https://github.com/42wim/go-gitter", + "vcs": "git", + "revision": "ae777f740326ef6b4d910496022649859232ff38", + "branch": "fixloop", + "notests": true + }, + { "importpath": "github.com/42wim/matterbridge-plus/bridge", "repository": "https://github.com/42wim/matterbridge-plus", "vcs": "git", @@ -159,14 +167,6 @@ "notests": true }, { - "importpath": "github.com/sromku/go-gitter", - "repository": "https://github.com/sromku/go-gitter", - "vcs": "git", - "revision": "932bf9af423ac2da1544cb73540b3b08b1bdb181", - "branch": "master", - "notests": true - }, - { "importpath": "github.com/thoj/go-ircevent", "repository": "https://github.com/thoj/go-ircevent", "vcs": "git", |