mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-06 07:37:49 +00:00
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>
9 lines
168 B
Modula-2
9 lines
168 B
Modula-2
module github.com/onsi/ginkgo
|
|
|
|
require (
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/onsi/gomega v1.7.1
|
|
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
|
|
)
|
|
|
|
go 1.12
|