diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-09 08:37:22 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-09 08:37:22 -0500 |
commit | 228df27b5496098f8b06c3296517fd55471c9865 (patch) | |
tree | 4fc292d2b58ac9fd9669c3e40ed194aa6cadd333 /vendor/github.com/onsi/gomega/go.mod | |
parent | 247260081a5cdc4065009bcd1080c987974327e5 (diff) | |
download | podman-228df27b5496098f8b06c3296517fd55471c9865.tar.gz podman-228df27b5496098f8b06c3296517fd55471c9865.tar.bz2 podman-228df27b5496098f8b06c3296517fd55471c9865.zip |
Bump github.com/onsi/gomega from 1.10.3 to 1.10.4
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.3 to 1.10.4.
- [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.3...v1.10.4)
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 | 2 |
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 0a80d5ec3..02b99ab60 100644 --- a/vendor/github.com/onsi/gomega/go.mod +++ b/vendor/github.com/onsi/gomega/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/golang/protobuf v1.4.2 github.com/onsi/ginkgo v1.12.1 - golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 + 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 ) |