open-nomad/vendor/github.com/onsi/gomega
Seth Hoenig 435c0d9fc8 deps: Switch to Go modules for dependency management
This PR switches the Nomad repository from using govendor to Go modules
for managing dependencies. Aspects of the Nomad workflow remain pretty
much the same. The usual Makefile targets should continue to work as
they always did. The API submodule simply defers to the parent Nomad
version on the repository, keeping the semantics of API versioning that
currently exists.
2020-06-02 14:30:36 -05:00
..
format deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
internal deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
matchers deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
types deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
.gitignore deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
.travis.yml deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
CHANGELOG.md deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
CONTRIBUTING.md
go.mod deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
go.sum deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
gomega_dsl.go deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
LICENSE
Makefile deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
matchers.go deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
README.md deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00
RELEASING.md deps: Switch to Go modules for dependency management 2020-06-02 14:30:36 -05:00

Gomega: Ginkgo's Preferred Matcher Library

Build Status

Jump straight to the docs to learn about Gomega, including a list of all available matchers.

If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.

Ginkgo: a BDD Testing Framework for Golang

Learn more about Ginkgo here

Community Matchers

A collection of community matchers is available on the wiki.

License

Gomega is MIT-Licensed

The ConsistOf matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.