diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-08 12:23:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 12:23:01 +0000 |
commit | 563532aef875cb05232fdb77d8352ad6421f493d (patch) | |
tree | c43b58a70d90859f57125beb09dd234a9384fe2f /vendor/github.com/onsi/gomega/go.mod | |
parent | 48d49032a1e788ef915eb378cd5ccbee0533e2aa (diff) | |
download | podman-563532aef875cb05232fdb77d8352ad6421f493d.tar.gz podman-563532aef875cb05232fdb77d8352ad6421f493d.tar.bz2 podman-563532aef875cb05232fdb77d8352ad6421f493d.zip |
Bump github.com/onsi/gomega from 1.13.0 to 1.14.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.13.0 to 1.14.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.13.0...v1.14.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 'vendor/github.com/onsi/gomega/go.mod')
-rw-r--r-- | vendor/github.com/onsi/gomega/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod index f74d9ea10..62b8f396c 100644 --- a/vendor/github.com/onsi/gomega/go.mod +++ b/vendor/github.com/onsi/gomega/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/golang/protobuf v1.5.2 - github.com/onsi/ginkgo v1.16.2 + github.com/onsi/ginkgo v1.16.4 golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 gopkg.in/yaml.v2 v2.4.0 ) |