plugins/vendor/github.com/onsi/gomega
dependabot[bot] 2216cff9e8
build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.9.2 to 2.11.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.9.2...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 02:58:59 +00:00
..
format go.mod: bump all deps 2023-04-04 16:31:14 +02:00
gbytes build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.24.2 2022-12-26 21:36:15 +00:00
gexec build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.24.2 2022-12-26 21:36:15 +00:00
internal go.mod: bump all deps 2023-04-04 16:31:14 +02:00
matchers build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0 2023-06-19 02:58:59 +00:00
types build(deps): bump github.com/onsi/gomega from 1.24.2 to 1.26.0 2023-02-13 10:23:59 +00:00
.gitignore build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0 2023-06-19 02:58:59 +00:00
CHANGELOG.md build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0 2023-06-19 02:58:59 +00:00
CONTRIBUTING.md vendor: bump ginkgo, gover 2020-12-08 16:33:10 +01:00
gomega_dsl.go build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0 2023-06-19 02:58:59 +00:00
LICENSE Add simple testing infrastructure 2017-03-13 18:05:55 +01:00
matchers.go go.mod: bump all deps 2023-04-04 16:31:14 +02:00
README.md vendor: bump all direct dependencies 2021-08-10 14:55:43 +02:00
RELEASING.md build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.24.2 2022-12-26 21:36:15 +00:00

Gomega: Ginkgo's Preferred Matcher Library

test

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.