spiegel_podman/vendor/github.com/onsi/gomega
dependabot[bot] 9457549fff build(deps): bump github.com/vbauerster/mpb/v7 from 7.5.2 to 7.5.3
Bumps [github.com/vbauerster/mpb/v7](https://github.com/vbauerster/mpb) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v7.5.2...v7.5.3)

---
updated-dependencies:
- dependency-name: github.com/vbauerster/mpb/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Also bump the go module to 1.17 to be able to compile the new code.
Given containers/common and others already require go 1.17+ we're
safe to go.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-09-13 08:58:22 +02:00
..
format Bump github.com/onsi/gomega from 1.11.0 to 1.12.0 2021-05-06 08:07:07 +00:00
gbytes update buildah and c/common to latest 2022-09-09 11:58:20 +02:00
gexec vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
gstruct Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
internal update buildah and c/common to latest 2022-09-09 11:58:20 +02:00
matchers Update c/common to an unreleased version 2022-07-30 17:26:08 +02:00
types vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
.gitignore Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
CHANGELOG.md update buildah and c/common to latest 2022-09-09 11:58:20 +02:00
CONTRIBUTING.md Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
gomega_dsl.go update buildah and c/common to latest 2022-09-09 11:58:20 +02:00
LICENSE Cirrus: add vendor_check_task 2019-02-06 11:14:06 +01:00
matchers.go Update c/common to an unreleased version 2022-07-30 17:26:08 +02:00
README.md Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 2021-07-08 12:23:01 +00:00
RELEASING.md vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04:00
tools vendor in containers/(common,buildah,storage,image) 2022-04-26 08:49:38 -04: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.