mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-14 11:37:53 +00:00
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.13.0 to 1.14.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.13.0...v1.14.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
11 lines
254 B
Modula-2
11 lines
254 B
Modula-2
module github.com/onsi/ginkgo
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/nxadm/tail v1.4.4
|
|
github.com/onsi/gomega v1.10.1
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|
|
|
|
go 1.13
|