summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/config
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-06-03 11:26:03 +0200
committerGitHub <noreply@github.com>2021-06-03 11:26:03 +0200
commitb64e20a53d3f5de262f2c475be490b35977d5f32 (patch)
tree9b81ce40128f76ebb6838e52627b0436da08bc58 /vendor/github.com/onsi/ginkgo/config
parent52dae693da0df1447b7f5210a4c842d5c5a8a401 (diff)
parent366016fa8509372bef9c9287bd1c92682f5fe1ac (diff)
downloadpodman-b64e20a53d3f5de262f2c475be490b35977d5f32.tar.gz
podman-b64e20a53d3f5de262f2c475be490b35977d5f32.tar.bz2
podman-b64e20a53d3f5de262f2c475be490b35977d5f32.zip
Merge pull request #10540 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.16.4
Bump github.com/onsi/ginkgo from 1.16.3 to 1.16.4
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/config')
-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 88ac2b2c9..5f3f43969 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.16.3"
+const VERSION = "1.16.4"
type GinkgoConfigType struct {
RandomSeed int64