diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-05 22:21:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 22:21:57 +0100 |
commit | 98431050b48b4a0a28a02bffc485b1174cb1f9af (patch) | |
tree | bbf882441353148662ecd15a713cd746ba120852 /vendor/github.com/onsi/ginkgo/config/config.go | |
parent | fc0673f5612368e0d90173bb061f4b257d08b885 (diff) | |
parent | 646e1944a2f0f478c13835f4e70aa86e4329ddf9 (diff) | |
download | podman-98431050b48b4a0a28a02bffc485b1174cb1f9af.tar.gz podman-98431050b48b4a0a28a02bffc485b1174cb1f9af.tar.bz2 podman-98431050b48b4a0a28a02bffc485b1174cb1f9af.zip |
Merge pull request #5056 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.12.0
build(deps): bump github.com/onsi/ginkgo from 1.11.0 to 1.12.0
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 14c82ec3a..949f8130f 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.11.0" +const VERSION = "1.12.0" type GinkgoConfigType struct { RandomSeed int64 |