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 /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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require ( github.com/mattn/go-isatty v0.0.14 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 github.com/mrunalp/fileutils v0.5.0 - github.com/onsi/ginkgo v1.16.4 + github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.16.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20210819154149-5ad6f50d6283 |