diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-05 22:21:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 22:21:57 +0100 |
commit | 98431050b48b4a0a28a02bffc485b1174cb1f9af (patch) | |
tree | bbf882441353148662ecd15a713cd746ba120852 /go.mod | |
parent | fc0673f5612368e0d90173bb061f4b257d08b885 (diff) | |
parent | 646e1944a2f0f478c13835f4e70aa86e4329ddf9 (diff) | |
download | podman-98431050b48b4a0a28a02bffc485b1174cb1f9af.tar.gz podman-98431050b48b4a0a28a02bffc485b1174cb1f9af.tar.bz2 podman-98431050b48b4a0a28a02bffc485b1174cb1f9af.zip |
Merge pull request #5056 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.12.0
build(deps): bump github.com/onsi/ginkgo from 1.11.0 to 1.12.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require ( github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 github.com/mtrmac/gpgme v0.1.2 // indirect github.com/olekukonko/tablewriter v0.0.4 // indirect - github.com/onsi/ginkgo v1.11.0 + github.com/onsi/ginkgo v1.12.0 github.com/onsi/gomega v1.9.0 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 |