diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-12 12:22:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 12:22:34 +0000 |
commit | 1e81787e3f960bbb0acc05f889f4ef66ddea4b99 (patch) | |
tree | d3ed383555f0338e5d964fc8e5f9608f61f2262f /vendor/github.com/onsi/ginkgo/go.mod | |
parent | 2fcec59445267e8c8e06005539701a172d3db8a5 (diff) | |
download | podman-1e81787e3f960bbb0acc05f889f4ef66ddea4b99.tar.gz podman-1e81787e3f960bbb0acc05f889f4ef66ddea4b99.tar.bz2 podman-1e81787e3f960bbb0acc05f889f4ef66ddea4b99.zip |
Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.4 to 1.16.5.
- [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.4...v1.16.5)
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/go.mod')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/ginkgo/go.mod b/vendor/github.com/onsi/ginkgo/go.mod index 86a5a97be..171144326 100644 --- a/vendor/github.com/onsi/ginkgo/go.mod +++ b/vendor/github.com/onsi/ginkgo/go.mod @@ -1,6 +1,6 @@ module github.com/onsi/ginkgo -go 1.15 +go 1.16 require ( github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 |