Skip to content

Commit

Permalink
vendoring: vendor ginkgo and gomega tools
Browse files Browse the repository at this point in the history
Ginkgo and Gomega will be used for tests.
Versions vendored are:
 - Ginkgo: v1.3.1
 - Gomega: v1.1.0

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Jan 22, 2018
1 parent 1fb762b commit 51a9fc4
Show file tree
Hide file tree
Showing 538 changed files with 183,384 additions and 2,098 deletions.
26 changes: 25 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "=1.3.1"

[[constraint]]
name = "github.com/onsi/gomega"
version = "=1.1.0"
4 changes: 4 additions & 0 deletions vendor/github.com/onsi/ginkgo/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/github.com/onsi/ginkgo/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 143 additions & 0 deletions vendor/github.com/onsi/ginkgo/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/onsi/ginkgo/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 115 additions & 0 deletions vendor/github.com/onsi/ginkgo/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51a9fc4

Please sign in to comment.