diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-05 13:35:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 13:35:02 +0000 |
commit | 4b427df80c118a25d1a8c173f194edd54853ed97 (patch) | |
tree | 5020fbd3027bcdb80588d90e9c7793d25f8339dc /go.mod | |
parent | a278195af3423f882c1f5bb218792f7c2ce10a3c (diff) | |
download | podman-4b427df80c118a25d1a8c173f194edd54853ed97.tar.gz podman-4b427df80c118a25d1a8c173f194edd54853ed97.tar.bz2 podman-4b427df80c118a25d1a8c173f194edd54853ed97.zip |
Bump github.com/onsi/ginkgo from 1.16.1 to 1.16.2
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.1 to 1.16.2.
- [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.1...v1.16.2)
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
@@ -42,7 +42,7 @@ require ( github.com/mattn/go-colorable v0.1.8 // indirect github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/mrunalp/fileutils v0.5.0 - github.com/onsi/ginkgo v1.16.1 + github.com/onsi/ginkgo v1.16.2 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 |