diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-02 08:48:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 08:48:52 -0500 |
commit | d66a18cb11688060a3ef737dd05758398279f053 (patch) | |
tree | 8e1766e165c5c134d67ba3834e64ed8ee371e5fa /go.mod | |
parent | 828279dac2d9d1a19ca2ed05e6ad09730179821a (diff) | |
parent | 323ab314ef2623caea7cf51783ec56653781f95d (diff) | |
download | podman-d66a18cb11688060a3ef737dd05758398279f053.tar.gz podman-d66a18cb11688060a3ef737dd05758398279f053.tar.bz2 podman-d66a18cb11688060a3ef737dd05758398279f053.zip |
Merge pull request #9195 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.0
Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ require ( github.com/kr/text v0.2.0 // indirect github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 - github.com/onsi/ginkgo v1.14.2 + github.com/onsi/ginkgo v1.15.0 github.com/onsi/gomega v1.10.4 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |