diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-08 06:06:40 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-09-08 06:08:05 -0400 |
commit | 79d5ae8a36b7cd703aa772129e10afbd1e35decf (patch) | |
tree | c96ac8131320fef80c5d708e878cec08e9a21158 /go.mod | |
parent | be7778df6c70227dab760ea92637ed97dad29641 (diff) | |
download | podman-79d5ae8a36b7cd703aa772129e10afbd1e35decf.tar.gz podman-79d5ae8a36b7cd703aa772129e10afbd1e35decf.tar.bz2 podman-79d5ae8a36b7cd703aa772129e10afbd1e35decf.zip |
Bump github.com/onsi/gomega from 1.10.1 to 1.10.2
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.1 to 1.10.2.
- [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.1...v1.10.2)
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
@@ -36,7 +36,7 @@ require ( github.com/json-iterator/go v1.1.10 github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/onsi/ginkgo v1.14.1 - github.com/onsi/gomega v1.10.1 + github.com/onsi/gomega v1.10.2 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 |