diff options
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", |