diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-08 08:54:47 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-08 08:54:47 -0500 |
commit | 7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26 (patch) | |
tree | fb218880756a01149fc72d5362495ea8de6a3ffe /go.mod | |
parent | 6fe634c9165367ecf797794f016dd640bc28ff2f (diff) | |
download | podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.tar.gz podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.tar.bz2 podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.zip |
Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.5 to 1.11.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.5...v1.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ require ( github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/onsi/ginkgo v1.15.1 - github.com/onsi/gomega v1.10.5 + 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 github.com/opencontainers/runc v1.0.0-rc91.0.20200708210054-ce54a9d4d79b |