diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-02 09:02:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 09:02:08 -0400 |
commit | 2937151e376dd1f44c95af2f94d2a9ca24fb9f86 (patch) | |
tree | 9d95554c72fa7607619c802fe04aa911204e161c /go.mod | |
parent | eb488e760a3b1c1db739aafdb39e7f14d59e4af0 (diff) | |
parent | 288bb2e858521dc8b90c33c4b8bcd83ddba15997 (diff) | |
download | podman-2937151e376dd1f44c95af2f94d2a9ca24fb9f86.tar.gz podman-2937151e376dd1f44c95af2f94d2a9ca24fb9f86.tar.bz2 podman-2937151e376dd1f44c95af2f94d2a9ca24fb9f86.zip |
Merge pull request #6445 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.12.3
Bump github.com/onsi/ginkgo from 1.12.2 to 1.12.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ require ( github.com/hpcloud/tail v1.0.0 github.com/json-iterator/go v1.1.9 github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 - github.com/onsi/ginkgo v1.12.2 + github.com/onsi/ginkgo v1.12.3 github.com/onsi/gomega v1.10.1 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |