diff options
author | Wim <wim@42.be> | 2017-07-25 20:10:40 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-25 20:10:40 +0200 |
commit | 3527e09bc5a6d4704f1445d35f90b33e859c23c2 (patch) | |
tree | 223d0a05d54e6e66f32c3ad616acc5cf2ef9f72e /vendor/manifest | |
parent | ddc5b3268f28d79796c9a776651b0687d22a1775 (diff) | |
download | matterbridge-msglm-3527e09bc5a6d4704f1445d35f90b33e859c23c2.tar.gz matterbridge-msglm-3527e09bc5a6d4704f1445d35f90b33e859c23c2.tar.bz2 matterbridge-msglm-3527e09bc5a6d4704f1445d35f90b33e859c23c2.zip |
Update vendor
Diffstat (limited to 'vendor/manifest')
-rw-r--r-- | vendor/manifest | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/manifest b/vendor/manifest index e1f81c95..ff7f149c 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -457,6 +457,33 @@ "notests": true }, { + "importpath": "github.com/stretchr/testify/assert", + "repository": "https://github.com/stretchr/testify", + "vcs": "git", + "revision": "05e8a0eda380579888eb53c394909df027f06991", + "branch": "master", + "path": "/assert", + "notests": true + }, + { + "importpath": "github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew", + "repository": "https://github.com/stretchr/testify", + "vcs": "git", + "revision": "05e8a0eda380579888eb53c394909df027f06991", + "branch": "master", + "path": "vendor/github.com/davecgh/go-spew/spew", + "notests": true + }, + { + "importpath": "github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib", + "repository": "https://github.com/stretchr/testify", + "vcs": "git", + "revision": "05e8a0eda380579888eb53c394909df027f06991", + "branch": "master", + "path": "vendor/github.com/pmezard/go-difflib/difflib", + "notests": true + }, + { "importpath": "github.com/technoweenie/multipartstreamer", "repository": "https://github.com/technoweenie/multipartstreamer", "vcs": "git", |