diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-07 18:34:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 18:34:33 +0100 |
commit | 20c8a01af192db69264aa44f46193552206fa427 (patch) | |
tree | 3949ae9081d9da126dab120d4355105578a4ff4c /vendor/github.com/onsi/gomega/go.mod | |
parent | 8f3b0f0d9e5f5131ef294ea0de57e10c05e5b921 (diff) | |
parent | 289c20737bf10f70ac1d94b71a7d9d4cb8e2eb77 (diff) | |
download | podman-20c8a01af192db69264aa44f46193552206fa427.tar.gz podman-20c8a01af192db69264aa44f46193552206fa427.tar.bz2 podman-20c8a01af192db69264aa44f46193552206fa427.zip |
Merge pull request #4413 from containers/dependabot/go_modules/github.com/onsi/gomega-1.7.1
Bump github.com/onsi/gomega from 1.7.0 to 1.7.1
Diffstat (limited to 'vendor/github.com/onsi/gomega/go.mod')
-rw-r--r-- | vendor/github.com/onsi/gomega/go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod index 65eedf696..177a541c4 100644 --- a/vendor/github.com/onsi/gomega/go.mod +++ b/vendor/github.com/onsi/gomega/go.mod @@ -11,5 +11,6 @@ require ( golang.org/x/text v0.3.0 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect - gopkg.in/yaml.v2 v2.2.1 + gopkg.in/yaml.v2 v2.2.4 ) + |