summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/gomega_dsl.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-08-23 10:11:10 -0400
committerGitHub <noreply@github.com>2021-08-23 10:11:10 -0400
commitac5f2e1162a4a04c171c4ae6209f71d14371bf30 (patch)
treeb2d57ddb67df239af0ff321e6dcd3bf48bfb85a6 /vendor/github.com/onsi/gomega/gomega_dsl.go
parentd36510702be1d60b8984ebcf3ad20a70f398c568 (diff)
parent1493b86c7550dbb4fabf5ea87960ee98fed58665 (diff)
downloadpodman-ac5f2e1162a4a04c171c4ae6209f71d14371bf30.tar.gz
podman-ac5f2e1162a4a04c171c4ae6209f71d14371bf30.tar.bz2
podman-ac5f2e1162a4a04c171c4ae6209f71d14371bf30.zip
Merge pull request #11310 from containers/dependabot/go_modules/github.com/onsi/gomega-1.16.0
Bump github.com/onsi/gomega from 1.15.0 to 1.16.0
Diffstat (limited to 'vendor/github.com/onsi/gomega/gomega_dsl.go')
-rw-r--r--vendor/github.com/onsi/gomega/gomega_dsl.go2
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().