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/README.md | |
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/README.md')
-rw-r--r-- | vendor/github.com/onsi/gomega/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/gomega/README.md b/vendor/github.com/onsi/gomega/README.md index 76aa6b558..d45a8c4e5 100644 --- a/vendor/github.com/onsi/gomega/README.md +++ b/vendor/github.com/onsi/gomega/README.md @@ -1,6 +1,6 @@ ![Gomega: Ginkgo's Preferred Matcher Library](http://onsi.github.io/gomega/images/gomega.png) -[![Build Status](https://travis-ci.org/onsi/gomega.svg?branch=master)](https://travis-ci.org/onsi/gomega) +[![test](https://github.com/onsi/gomega/actions/workflows/test.yml/badge.svg)](https://github.com/onsi/gomega/actions/workflows/test.yml) Jump straight to the [docs](http://onsi.github.io/gomega/) to learn about Gomega, including a list of [all available matchers](http://onsi.github.io/gomega/#provided-matchers). |