diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-16 09:27:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-16 09:27:44 -0400 |
commit | 9f98b3447c7a1c34d328a387993722e4e7113cd2 (patch) | |
tree | 4cd47428eef7ea7d4b3f989d05874c43d5097655 /vendor/github.com/onsi/ginkgo/config/config.go | |
parent | fe1b6ccc85781a45d06303e986b1da573c828d2c (diff) | |
parent | 711d4ba027e3242f3fbda5d11c0919ae5ca13f43 (diff) | |
download | podman-9f98b3447c7a1c34d328a387993722e4e7113cd2.tar.gz podman-9f98b3447c7a1c34d328a387993722e4e7113cd2.tar.bz2 podman-9f98b3447c7a1c34d328a387993722e4e7113cd2.zip |
Merge pull request #7992 from containers/dependabot/go_modules/github.com/containers/common-0.25.0
Bump github.com/containers/common from 0.24.0 to 0.26.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 feef2bcd6..3220c095c 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.1" +const VERSION = "1.14.2" type GinkgoConfigType struct { RandomSeed int64 |