diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-21 09:53:49 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-21 09:53:49 -0400 |
commit | 2ecd15c0d236916d2894c87c73aeeeb08978614f (patch) | |
tree | c6b9f81b57d95b6ed290340fbdc065ec36d28b8f /go.mod | |
parent | e9b344266a563a3dfcf693fc817f6b8cc0b7d815 (diff) | |
download | podman-2ecd15c0d236916d2894c87c73aeeeb08978614f.tar.gz podman-2ecd15c0d236916d2894c87c73aeeeb08978614f.tar.bz2 podman-2ecd15c0d236916d2894c87c73aeeeb08978614f.zip |
Bump github.com/onsi/ginkgo from 1.12.0 to 1.12.2
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.12.0 to 1.12.2.
- [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.12.0...v1.12.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.1 + github.com/onsi/ginkgo v1.12.2 github.com/onsi/gomega v1.10.1 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 @@ -61,7 +61,7 @@ require ( golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a - golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f + golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 gopkg.in/yaml.v2 v2.3.0 k8s.io/api v0.18.3 k8s.io/apimachinery v0.18.3 |