diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-03 07:01:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:01:23 -0500 |
commit | 4ce8b1281e69b55b6024e87f2dec06638c678f10 (patch) | |
tree | f28c6cc0194be1fce4efab76583b02cc4be9586e /vendor/github.com/onsi/gomega/go.mod | |
parent | a086f601e306e7eac94826d5cc368d6220535074 (diff) | |
parent | c40cd1be9828c58193f1f4c3b17cab908718be00 (diff) | |
download | podman-4ce8b1281e69b55b6024e87f2dec06638c678f10.tar.gz podman-4ce8b1281e69b55b6024e87f2dec06638c678f10.tar.bz2 podman-4ce8b1281e69b55b6024e87f2dec06638c678f10.zip |
Merge pull request #9197 from containers/dependabot/go_modules/github.com/onsi/gomega-1.10.5
Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
Diffstat (limited to 'vendor/github.com/onsi/gomega/go.mod')
-rw-r--r-- | vendor/github.com/onsi/gomega/go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod index 02b99ab60..6f853a579 100644 --- a/vendor/github.com/onsi/gomega/go.mod +++ b/vendor/github.com/onsi/gomega/go.mod @@ -6,6 +6,5 @@ require ( github.com/golang/protobuf v1.4.2 github.com/onsi/ginkgo v1.12.1 golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb - golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 gopkg.in/yaml.v2 v2.3.0 ) |