diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-09 14:20:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 14:20:09 -0400 |
commit | dd2ca4bad46216009eda8f96e81af9425c29ab9d (patch) | |
tree | 74342ea87c31c8005543796f7bea75ff31a3aafb /vendor/github.com/onsi/gomega/README.md | |
parent | 78d7ae4e5d8955bf4b16438c2967e4b9109973ab (diff) | |
parent | 563532aef875cb05232fdb77d8352ad6421f493d (diff) | |
download | podman-dd2ca4bad46216009eda8f96e81af9425c29ab9d.tar.gz podman-dd2ca4bad46216009eda8f96e81af9425c29ab9d.tar.bz2 podman-dd2ca4bad46216009eda8f96e81af9425c29ab9d.zip |
Merge pull request #10879 from containers/dependabot/go_modules/github.com/onsi/gomega-1.14.0
Bump github.com/onsi/gomega from 1.13.0 to 1.14.0
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). |