diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-23 12:23:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 12:23:29 +0000 |
commit | 1493b86c7550dbb4fabf5ea87960ee98fed58665 (patch) | |
tree | 72daa550e72a76994aa22ed1d7894304dc86d008 /vendor/github.com/onsi/gomega/gomega_dsl.go | |
parent | 1c4b085e547a6fcbe7c2ff17a5ae1e97fa41ec1f (diff) | |
download | podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.tar.gz podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.tar.bz2 podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.zip |
Bump github.com/onsi/gomega from 1.15.0 to 1.16.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.15.0 to 1.16.0.
- [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.15.0...v1.16.0)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/onsi/gomega/gomega_dsl.go')
-rw-r--r-- | vendor/github.com/onsi/gomega/gomega_dsl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/gomega/gomega_dsl.go b/vendor/github.com/onsi/gomega/gomega_dsl.go index 6c7f1d9b7..84775142c 100644 --- a/vendor/github.com/onsi/gomega/gomega_dsl.go +++ b/vendor/github.com/onsi/gomega/gomega_dsl.go @@ -22,7 +22,7 @@ import ( "github.com/onsi/gomega/types" ) -const GOMEGA_VERSION = "1.15.0" +const GOMEGA_VERSION = "1.16.0" const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler. If you're using Ginkgo then you probably forgot to put your assertion in an It(). |