diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-09-07 08:17:43 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-07 06:30:58 -0400 |
commit | 2649321ed7c66cdfdb14d2715e3373d2ab883196 (patch) | |
tree | 3ced081c7ed9379e631da045d26eb4ab08a85713 /vendor/github.com/onsi/ginkgo/config/config.go | |
parent | ba8d0bb5e336e84aaf68148563e61558b5dc94f5 (diff) | |
download | podman-2649321ed7c66cdfdb14d2715e3373d2ab883196.tar.gz podman-2649321ed7c66cdfdb14d2715e3373d2ab883196.tar.bz2 podman-2649321ed7c66cdfdb14d2715e3373d2ab883196.zip |
Bump github.com/onsi/ginkgo from 1.14.0 to 1.14.1
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.14.0 to 1.14.1.
- [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.14.0...v1.14.1)
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/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 |