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 /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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ require ( github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/onsi/ginkgo v1.15.0 - github.com/onsi/gomega v1.10.4 + github.com/onsi/gomega v1.10.5 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 github.com/opencontainers/runc v1.0.0-rc91.0.20200708210054-ce54a9d4d79b |