mirror of
https://github.com/containers/podman.git
synced 2026-07-21 20:51:58 -04:00
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.14.2 to 1.15.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.14.2...v1.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
12 lines
271 B
Modula-2
12 lines
271 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-20210112080510-489259a85091
|
|
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e
|
|
)
|
|
|
|
go 1.13
|