aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/config
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-08 08:02:03 +0000
committerGitHub <noreply@github.com>2021-04-08 08:02:03 +0000
commit5c68c2f75912f1f9ffb6ad758c81777b9b13401c (patch)
tree8b3ffc4fb96a7f6088d6f84ce0ec02cda66ff1d0 /vendor/github.com/onsi/ginkgo/config
parent9ba2e78cdcc28c15d72a76f6200a74e7ad6562b1 (diff)
downloadpodman-5c68c2f75912f1f9ffb6ad758c81777b9b13401c.tar.gz
podman-5c68c2f75912f1f9ffb6ad758c81777b9b13401c.tar.bz2
podman-5c68c2f75912f1f9ffb6ad758c81777b9b13401c.zip
Bump github.com/onsi/ginkgo from 1.16.0 to 1.16.1
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.0 to 1.16.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.16.0...v1.16.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/config')
-rw-r--r--vendor/github.com/onsi/ginkgo/config/config.go2
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 25f8758a6..5f4a4c26e 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.0"
+const VERSION = "1.16.1"
type GinkgoConfigType struct {
RandomSeed int64