summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/config
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-06 10:09:10 -0400
committerGitHub <noreply@github.com>2020-07-06 10:09:10 -0400
commit778f34a15ca22d6f469a90fda8e43e1b773c7745 (patch)
tree36c8aea5da96c4ec5f9bc41dbf2d608399224a69 /vendor/github.com/onsi/ginkgo/config
parent4bdc11951e152459138e1562c0f9ef72af37feee (diff)
parent064bc32b1c1e0d4742cf5cc7132e58cf38c16f37 (diff)
downloadpodman-778f34a15ca22d6f469a90fda8e43e1b773c7745.tar.gz
podman-778f34a15ca22d6f469a90fda8e43e1b773c7745.tar.bz2
podman-778f34a15ca22d6f469a90fda8e43e1b773c7745.zip
Merge pull request #6859 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.14.0
Bump github.com/onsi/ginkgo from 1.13.0 to 1.14.0
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/config')
-rw-r--r--vendor/github.com/onsi/ginkgo/config/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/onsi/ginkgo/config/config.go b/vendor/github.com/onsi/ginkgo/config/config.go
index cf22a8e44..2ae48b804 100644
--- a/vendor/github.com/onsi/ginkgo/config/config.go
+++ b/vendor/github.com/onsi/ginkgo/config/config.go
@@ -1,7 +1,7 @@
/*
Ginkgo accepts a number of configuration options.
-These are documented [here](http://onsi.github.io/ginkgo/#the_ginkgo_cli)
+These are documented [here](http://onsi.github.io/ginkgo/#the-ginkgo-cli)
You can also learn more via
@@ -20,7 +20,7 @@ import (
"fmt"
)
-const VERSION = "1.13.0"
+const VERSION = "1.14.0"
type GinkgoConfigType struct {
RandomSeed int64