diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-03 09:18:23 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-04 13:41:18 -0500 |
commit | 646e1944a2f0f478c13835f4e70aa86e4329ddf9 (patch) | |
tree | 083115175a3be9cbd2b5f15870fcae84c9073c31 /go.mod | |
parent | 537352cc3ee60373b41481a7f48e65b1978ea5f7 (diff) | |
download | podman-646e1944a2f0f478c13835f4e70aa86e4329ddf9.tar.gz podman-646e1944a2f0f478c13835f4e70aa86e4329ddf9.tar.bz2 podman-646e1944a2f0f478c13835f4e70aa86e4329ddf9.zip |
build(deps): bump github.com/onsi/ginkgo from 1.11.0 to 1.12.0
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v1.11.0...v1.12.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ require ( github.com/mrtazz/checkmake v0.0.0-20191009095831-03dd76b964dd // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 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 |