summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/config/config.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-02 09:02:08 -0400
committerGitHub <noreply@github.com>2020-06-02 09:02:08 -0400
commit2937151e376dd1f44c95af2f94d2a9ca24fb9f86 (patch)
tree9d95554c72fa7607619c802fe04aa911204e161c /vendor/github.com/onsi/ginkgo/config/config.go
parenteb488e760a3b1c1db739aafdb39e7f14d59e4af0 (diff)
parent288bb2e858521dc8b90c33c4b8bcd83ddba15997 (diff)
downloadpodman-2937151e376dd1f44c95af2f94d2a9ca24fb9f86.tar.gz
podman-2937151e376dd1f44c95af2f94d2a9ca24fb9f86.tar.bz2
podman-2937151e376dd1f44c95af2f94d2a9ca24fb9f86.zip
Merge pull request #6445 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.12.3
Bump github.com/onsi/ginkgo from 1.12.2 to 1.12.3
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/config/config.go')
-rw-r--r--vendor/github.com/onsi/ginkgo/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/ginkgo/config/config.go b/vendor/github.com/onsi/ginkgo/config/config.go
index 342645022..5d4b35732 100644
--- a/vendor/github.com/onsi/ginkgo/config/config.go
+++ b/vendor/github.com/onsi/ginkgo/config/config.go
@@ -20,7 +20,7 @@ import (
"fmt"
)
-const VERSION = "1.12.2"
+const VERSION = "1.12.3"
type GinkgoConfigType struct {
RandomSeed int64