diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-08 08:54:47 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-08 08:54:47 -0500 |
commit | 7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26 (patch) | |
tree | fb218880756a01149fc72d5362495ea8de6a3ffe /vendor/github.com/onsi/gomega/go.mod | |
parent | 6fe634c9165367ecf797794f016dd640bc28ff2f (diff) | |
download | podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.tar.gz podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.tar.bz2 podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.zip |
Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.5 to 1.11.0.
- [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.5...v1.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/onsi/gomega/go.mod')
-rw-r--r-- | vendor/github.com/onsi/gomega/go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod index 6f853a579..8731e6ac2 100644 --- a/vendor/github.com/onsi/gomega/go.mod +++ b/vendor/github.com/onsi/gomega/go.mod @@ -3,8 +3,8 @@ module github.com/onsi/gomega go 1.14 require ( - github.com/golang/protobuf v1.4.2 + github.com/golang/protobuf v1.4.3 github.com/onsi/ginkgo v1.12.1 golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb - gopkg.in/yaml.v2 v2.3.0 + gopkg.in/yaml.v2 v2.4.0 ) |