File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ RELEASE_NOTES_VER := v0.11.0
87
87
RELEASE_NOTES_BIN := release-notes
88
88
RELEASE_NOTES := $(TOOLS_BIN_DIR ) /$(RELEASE_NOTES_BIN ) -$(RELEASE_NOTES_VER )
89
89
90
- GINKGO_VER := v2.8.3
90
+ GINKGO_VER := v2.8.4
91
91
GINKGO_BIN := ginkgo
92
92
GINKGO := $(TOOLS_BIN_DIR ) /$(GINKGO_BIN ) -$(GINKGO_VER )
93
93
GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/google/go-cmp v0.5.9
12
12
github.com/googleapis/gax-go/v2 v2.7.0
13
13
github.com/onsi/ginkgo v1.16.5
14
- github.com/onsi/ginkgo/v2 v2.8.3
14
+ github.com/onsi/ginkgo/v2 v2.8.4
15
15
github.com/onsi/gomega v1.27.1
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -449,8 +449,8 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
449
449
github.com/onsi/ginkgo v1.12.1 /go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk =
450
450
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
451
451
github.com/onsi/ginkgo v1.16.5 /go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU =
452
- github.com/onsi/ginkgo/v2 v2.8.3 h1:RpbK1G8nWPNaCVFBWsOGnEQQGgASi6b8fxcWBvDYjxQ =
453
- github.com/onsi/ginkgo/v2 v2.8.3 /go.mod h1:6OaUA8BCi0aZfmzYT/q9AacwTzDpNbxILUT+TlBq6MY =
452
+ github.com/onsi/ginkgo/v2 v2.8.4 h1:gf5mIQ8cLFieruNLAdgijHF1PYfLphKm2dxxcUtcqK0 =
453
+ github.com/onsi/ginkgo/v2 v2.8.4 /go.mod h1:427dEDQZkDKsBvCjc2A/ZPefhKxsTTrsQegMlayL730 =
454
454
github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
455
455
github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
456
456
github.com/onsi/gomega v1.27.1 h1:rfztXRbg6nv/5f+Raen9RcGoSecHIFgBBLQK3Wdj754 =
You can’t perform that action at this time.
0 commit comments