diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-31 07:53:58 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-05-31 14:46:09 +0200 |
commit | 761466dcab0b9b6acdcd70b75ac194f5cac6a149 (patch) | |
tree | 2f8163a6ebed0e2dd75926e66e1fe037c9b40e9c /go.mod | |
parent | 59236762eca31a20d886837698db58e259a21de5 (diff) | |
download | podman-761466dcab0b9b6acdcd70b75ac194f5cac6a149.tar.gz podman-761466dcab0b9b6acdcd70b75ac194f5cac6a149.tar.bz2 podman-761466dcab0b9b6acdcd70b75ac194f5cac6a149.zip |
Bump github.com/onsi/ginkgo from 1.16.2 to 1.16.3
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.2 to 1.16.3.
- [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.2...v1.16.3)
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.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.2 + github.com/onsi/ginkgo v1.16.3 github.com/onsi/gomega v1.13.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |