OSDN Git Service

add stretchr/testify to vendor
authorpaladz <453256728@qq.com>
Thu, 2 Nov 2017 02:58:04 +0000 (10:58 +0800)
committerpaladz <453256728@qq.com>
Thu, 2 Nov 2017 02:58:04 +0000 (10:58 +0800)
commita36f63f7e744e471e015f9b4baddbea019d6afe3
tree3a413ecddfae07a16864386e63a6148b0899d8db
parent107a302975fcc19a0bafc3caa166c68fe9151f60
add stretchr/testify to vendor
72 files changed:
vendor/github.com/stretchr/testify/.gitignore [new file with mode: 0644]
vendor/github.com/stretchr/testify/.travis.gofmt.sh [new file with mode: 0755]
vendor/github.com/stretchr/testify/.travis.gogenerate.sh [new file with mode: 0755]
vendor/github.com/stretchr/testify/.travis.govet.sh [new file with mode: 0755]
vendor/github.com/stretchr/testify/.travis.yml [new file with mode: 0644]
vendor/github.com/stretchr/testify/Godeps/Godeps.json [new file with mode: 0644]
vendor/github.com/stretchr/testify/Godeps/Readme [new file with mode: 0644]
vendor/github.com/stretchr/testify/LICENCE.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/LICENSE [new file with mode: 0644]
vendor/github.com/stretchr/testify/README.md [new file with mode: 0644]
vendor/github.com/stretchr/testify/_codegen/main.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_format.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_forward.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertions_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/errors.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/forward_assertions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/forward_assertions_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/http_assertions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/http_assertions_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/http/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/http/test_response_writer.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/http/test_round_tripper.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/mock/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/mock/mock.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/mock/mock_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/package_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/forward_requirements.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/forward_requirements_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require_forward.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/requirements.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/requirements_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/interfaces.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/suite.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/suite_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go [new file with mode: 0644]