diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-07 09:53:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 09:53:02 -0400 |
commit | e848fc6e155ab2b27358223e0ae8d7d011848775 (patch) | |
tree | fd32ddb4672d52fcae0f7b77fa742169facbe0fb /vendor/github.com/onsi/ginkgo/config/config.go | |
parent | d83e94a5146f0d5d8da39bea5ab4d3e497473c6f (diff) | |
parent | 2649321ed7c66cdfdb14d2715e3373d2ab883196 (diff) | |
download | podman-e848fc6e155ab2b27358223e0ae8d7d011848775.tar.gz podman-e848fc6e155ab2b27358223e0ae8d7d011848775.tar.bz2 podman-e848fc6e155ab2b27358223e0ae8d7d011848775.zip |
Merge pull request #7551 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.14.1
Bump github.com/onsi/ginkgo from 1.14.0 to 1.14.1
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/config/config.go')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/config/config.go | 2 |
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 2ae48b804..feef2bcd6 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.14.0" +const VERSION = "1.14.1" type GinkgoConfigType struct { RandomSeed int64 |