diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-08 08:02:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 08:02:03 +0000 |
commit | 5c68c2f75912f1f9ffb6ad758c81777b9b13401c (patch) | |
tree | 8b3ffc4fb96a7f6088d6f84ce0ec02cda66ff1d0 /go.mod | |
parent | 9ba2e78cdcc28c15d72a76f6200a74e7ad6562b1 (diff) | |
download | podman-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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require ( github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/mrunalp/fileutils v0.5.0 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect - github.com/onsi/ginkgo v1.16.0 + github.com/onsi/ginkgo v1.16.1 github.com/onsi/gomega v1.11.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |