mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
3934599b0e
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.4 to 1.16.5. - [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.16.4...v1.16.5) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
366 B
Modula-2
14 lines
366 B
Modula-2
module github.com/onsi/ginkgo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
|
|
github.com/nxadm/tail v1.4.8
|
|
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
|
|
)
|
|
|
|
retract v1.16.3 // git tag accidentally associated with incorrect git commit
|