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.17.0
90
+ GINKGO_VER := v2.17.1
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 @@ -19,7 +19,7 @@ require (
19
19
github.com/go-logr/logr v1.4.1
20
20
github.com/google/go-cmp v0.6.0
21
21
github.com/googleapis/gax-go/v2 v2.12.3
22
- github.com/onsi/ginkgo/v2 v2.17.0
22
+ github.com/onsi/ginkgo/v2 v2.17.1
23
23
github.com/onsi/gomega v1.32.0
24
24
github.com/pkg/errors v0.9.1
25
25
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -340,8 +340,8 @@ github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7P
340
340
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
341
341
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
342
342
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
343
- github.com/onsi/ginkgo/v2 v2.17.0 h1:kdnunFXpBjbzN56hcJHrXZ8M+LOkenKA7NnBzTNigTI =
344
- github.com/onsi/ginkgo/v2 v2.17.0 /go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs =
343
+ github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8 =
344
+ github.com/onsi/ginkgo/v2 v2.17.1 /go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs =
345
345
github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk =
346
346
github.com/onsi/gomega v1.32.0 /go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg =
347
347
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
You can’t perform that action at this time.
0 commit comments