diff options
author | Wim <wim@42.be> | 2017-08-28 22:59:52 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-08-28 23:07:11 +0200 |
commit | e59d338d4e43ed8cad3227186d0c341a44abedf6 (patch) | |
tree | 4f2d36b824db7eb0a79fb8f1cd859e89c4b347fd /vendor/manifest | |
parent | 7a86044f7aa8ff70c37be1b806718e39291c0494 (diff) | |
download | matterbridge-msglm-e59d338d4e43ed8cad3227186d0c341a44abedf6.tar.gz matterbridge-msglm-e59d338d4e43ed8cad3227186d0c341a44abedf6.tar.bz2 matterbridge-msglm-e59d338d4e43ed8cad3227186d0c341a44abedf6.zip |
Use github.com/42wim/go-gitter for now
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 7636c486..2bf08c2b 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": "017310c2d5575ae5b3c9d2caef2989d5912bb4b1", + "branch": "sendmessage", + "notests": true + }, + { "importpath": "github.com/42wim/go-ircevent", "repository": "https://github.com/42wim/go-ircevent", "vcs": "git", @@ -474,14 +482,6 @@ "notests": true }, { - "importpath": "github.com/sromku/go-gitter", - "repository": "https://github.com/sromku/go-gitter", - "vcs": "git", - "revision": "16aadfbb65c6641501ea8eebb6bcf23b9011912b", - "branch": "master", - "notests": true - }, - { "importpath": "github.com/stretchr/testify/assert", "repository": "https://github.com/stretchr/testify", "vcs": "git", |