plugins/vendor/github.com/onsi/gomega
dependabot[bot] 07bd325095
build(deps): bump the golang group across 1 directory with 4 updates
Bumps the golang group with 2 updates in the / directory: [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) and [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo).


Updates `github.com/Microsoft/hcsshim` from 0.12.4 to 0.12.6
- [Release notes](https://github.com/Microsoft/hcsshim/releases)
- [Commits](https://github.com/Microsoft/hcsshim/compare/v0.12.4...v0.12.6)

Updates `github.com/onsi/ginkgo/v2` from 2.19.0 to 2.20.1
- [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.19.0...v2.20.1)

Updates `github.com/onsi/gomega` from 1.33.1 to 1.34.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.33.1...v1.34.1)

Updates `golang.org/x/sys` from 0.21.0 to 0.23.0
- [Commits](https://github.com/golang/sys/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/Microsoft/hcsshim
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 07:43:01 +00:00
..
format build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.28.0 2023-10-16 15:44:53 +00: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 build(deps): bump the golang group with 5 updates 2024-03-11 15:54:46 +00:00
matchers build(deps): bump the golang group across 1 directory with 4 updates 2024-08-27 07:43:01 +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 the golang group across 1 directory with 4 updates 2024-08-27 07:43:01 +00:00
CONTRIBUTING.md vendor: bump ginkgo, gover 2020-12-08 16:33:10 +01:00
gomega_dsl.go build(deps): bump the golang group across 1 directory with 4 updates 2024-08-27 07:43:01 +00:00
LICENSE Add simple testing infrastructure 2017-03-13 18:05:55 +01:00
matchers.go build(deps): bump the golang group across 1 directory with 4 updates 2024-05-16 13:16:06 +00: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.