File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go 1.23.0
44
55require (
66 github.com/onsi/ginkgo v1.16.5
7+ github.com/onsi/ginkgo/v2 v2.22.2
78 github.com/onsi/gomega v1.36.2
89 k8s.io/apimachinery v0.32.0
910 k8s.io/client-go v0.32.0
Original file line number Diff line number Diff line change @@ -435,6 +435,7 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
435435github.com/onsi/ginkgo v1.16.5 /go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU =
436436github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM =
437437github.com/onsi/ginkgo/v2 v2.22.1 /go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM =
438+ github.com/onsi/ginkgo/v2 v2.22.2 /go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk =
438439github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
439440github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
440441github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
Original file line number Diff line number Diff line change @@ -482,6 +482,8 @@ github.com/onsi/ginkgo/reporters/stenographer
482482github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable
483483github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty
484484github.com/onsi/ginkgo/types
485+ # github.com/onsi/ginkgo/v2 v2.22.2
486+ ## explicit; go 1.22.0
485487# github.com/onsi/gomega v1.36.2
486488## explicit; go 1.22.0
487489github.com/onsi/gomega
You can’t perform that action at this time.
0 commit comments