aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-09 14:20:09 -0400
committerGitHub <noreply@github.com>2021-07-09 14:20:09 -0400
commitdd2ca4bad46216009eda8f96e81af9425c29ab9d (patch)
tree74342ea87c31c8005543796f7bea75ff31a3aafb /vendor/github.com/onsi/gomega/go.mod
parent78d7ae4e5d8955bf4b16438c2967e4b9109973ab (diff)
parent563532aef875cb05232fdb77d8352ad6421f493d (diff)
downloadpodman-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/go.mod')
-rw-r--r--vendor/github.com/onsi/gomega/go.mod2
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
)