diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-02 09:18:57 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-03 11:00:57 +0100 |
commit | c40cd1be9828c58193f1f4c3b17cab908718be00 (patch) | |
tree | 64862067dc4eafce2fc4860347f7eef3971fb407 /vendor/github.com/onsi/gomega/go.mod | |
parent | 881f3d788d48b683e674d1f9778d581370c9c11e (diff) | |
download | podman-c40cd1be9828c58193f1f4c3b17cab908718be00.tar.gz podman-c40cd1be9828c58193f1f4c3b17cab908718be00.tar.bz2 podman-c40cd1be9828c58193f1f4c3b17cab908718be00.zip |
Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.4 to 1.10.5.
- [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.10.4...v1.10.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 ) |