diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-23 12:23:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 12:23:29 +0000 |
commit | 1493b86c7550dbb4fabf5ea87960ee98fed58665 (patch) | |
tree | 72daa550e72a76994aa22ed1d7894304dc86d008 /go.mod | |
parent | 1c4b085e547a6fcbe7c2ff17a5ae1e97fa41ec1f (diff) | |
download | podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.tar.gz podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.tar.bz2 podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.zip |
Bump github.com/onsi/gomega from 1.15.0 to 1.16.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.15.0 to 1.16.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.15.0...v1.16.0)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
@@ -44,7 +44,7 @@ require ( github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/mrunalp/fileutils v0.5.0 github.com/onsi/ginkgo v1.16.4 - github.com/onsi/gomega v1.15.0 + github.com/onsi/gomega v1.16.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.1 |