diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-09 15:00:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 15:00:37 -0500 |
commit | 43567c6539e2eb2d574f3d63afbf2a7ac0394309 (patch) | |
tree | 06b6ff78e0f5208f5cb1a64919b61461079e8cbc /vendor/github.com/onsi/gomega/go.mod | |
parent | 6db3e9bfeb39e26bf6c211328c77bd847ff140f5 (diff) | |
parent | 228df27b5496098f8b06c3296517fd55471c9865 (diff) | |
download | podman-43567c6539e2eb2d574f3d63afbf2a7ac0394309.tar.gz podman-43567c6539e2eb2d574f3d63afbf2a7ac0394309.tar.bz2 podman-43567c6539e2eb2d574f3d63afbf2a7ac0394309.zip |
Merge pull request #8657 from containers/dependabot/go_modules/github.com/onsi/gomega-1.10.4
Bump github.com/onsi/gomega from 1.10.3 to 1.10.4
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 ) |