diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-10-16 04:37:36 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-10-16 04:38:06 -0400 |
commit | 711d4ba027e3242f3fbda5d11c0919ae5ca13f43 (patch) | |
tree | f3be136bb47ac15f0b047f91e56b55ec2cc49453 /vendor/github.com/onsi/ginkgo/config | |
parent | c3ecdd09ed6a9b17da9879d7f2765a6f5f3ace8a (diff) | |
download | podman-711d4ba027e3242f3fbda5d11c0919ae5ca13f43.tar.gz podman-711d4ba027e3242f3fbda5d11c0919ae5ca13f43.tar.bz2 podman-711d4ba027e3242f3fbda5d11c0919ae5ca13f43.zip |
Bump github.com/containers/common from 0.24.0 to 0.26.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.24.0 to 0.26.0.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.24.0...v0.26.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/config')
-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 |