diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-08 08:33:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 08:33:53 -0500 |
commit | 6fe634c9165367ecf797794f016dd640bc28ff2f (patch) | |
tree | 5262e741c70f51cf57a8c210c6f5771f646ff492 /go.mod | |
parent | 7c09752fb88faba0cda07dbeabe17616c7262ea1 (diff) | |
parent | 80390dd1800590f69ed83db13137fad88f6b63ed (diff) | |
download | podman-6fe634c9165367ecf797794f016dd640bc28ff2f.tar.gz podman-6fe634c9165367ecf797794f016dd640bc28ff2f.tar.bz2 podman-6fe634c9165367ecf797794f016dd640bc28ff2f.zip |
Merge pull request #9658 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.1
Bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ require ( github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect - github.com/onsi/ginkgo v1.15.0 + github.com/onsi/ginkgo v1.15.1 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 |