diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-05 13:35:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 13:35:02 +0000 |
commit | 4b427df80c118a25d1a8c173f194edd54853ed97 (patch) | |
tree | 5020fbd3027bcdb80588d90e9c7793d25f8339dc /vendor/github.com/onsi/ginkgo/config/config.go | |
parent | a278195af3423f882c1f5bb218792f7c2ce10a3c (diff) | |
download | podman-4b427df80c118a25d1a8c173f194edd54853ed97.tar.gz podman-4b427df80c118a25d1a8c173f194edd54853ed97.tar.bz2 podman-4b427df80c118a25d1a8c173f194edd54853ed97.zip |
Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.2
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v1.16.1...v1.16.2)
Signed-off-by: dependabot[bot] <support@github.com>
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 5f4a4c26e..ab8863d75 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.1" +const VERSION = "1.16.2" type GinkgoConfigType struct { RandomSeed int64 |