diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-01 10:11:47 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-11-01 15:02:24 +0100 |
commit | 289c20737bf10f70ac1d94b71a7d9d4cb8e2eb77 (patch) | |
tree | 3193cfb2122399661e95421e018720d43521c798 /go.mod | |
parent | 69165fa04d9db306809a0b110491f9a572f74431 (diff) | |
download | podman-289c20737bf10f70ac1d94b71a7d9d4cb8e2eb77.tar.gz podman-289c20737bf10f70ac1d94b71a7d9d4cb8e2eb77.tar.bz2 podman-289c20737bf10f70ac1d94b71a7d9d4cb8e2eb77.zip |
Bump github.com/onsi/gomega from 1.7.0 to 1.7.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.7.0 to 1.7.1.
- [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.7.0...v1.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.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
@@ -41,7 +41,7 @@ require ( github.com/mattn/go-isatty v0.0.8 // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/onsi/ginkgo v1.10.3 - github.com/onsi/gomega v1.7.0 + github.com/onsi/gomega v1.7.1 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 github.com/opencontainers/runc v1.0.0-rc8.0.20190827142921-dd075602f158 |