File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/getsops/sops/v3 v3.11.0
2424 github.com/go-logr/logr v1.4.3
2525 github.com/hashicorp/vault/api v1.22.0
26- github.com/onsi/ginkgo/v2 v2.25.1
26+ github.com/onsi/ginkgo/v2 v2.27.2
2727 github.com/onsi/gomega v1.38.2
2828 github.com/ory/dockertest/v3 v3.12.0
2929 github.com/prometheus/client_golang v1.23.2
@@ -197,6 +197,7 @@ require (
197197 go.yaml.in/yaml/v2 v2.4.2 // indirect
198198 go.yaml.in/yaml/v3 v3.0.4 // indirect
199199 golang.org/x/crypto v0.44.0 // indirect
200+ golang.org/x/mod v0.29.0 // indirect
200201 golang.org/x/oauth2 v0.32.0 // indirect
201202 golang.org/x/sync v0.18.0 // indirect
202203 golang.org/x/sys v0.38.0 // indirect
Original file line number Diff line number Diff line change @@ -575,6 +575,8 @@ github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus
575575github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
576576github.com/onsi/ginkgo/v2 v2.25.1 h1:Fwp6crTREKM+oA6Cz4MsO8RhKQzs2/gOIVOUscMAfZY =
577577github.com/onsi/ginkgo/v2 v2.25.1 /go.mod h1:ppTWQ1dh9KM/F1XgpeRqelR+zHVwV81DGRSDnFxK7Sk =
578+ github.com/onsi/ginkgo/v2 v2.27.2 h1:LzwLj0b89qtIy6SSASkzlNvX6WktqurSHwkk2ipF/Ns =
579+ github.com/onsi/ginkgo/v2 v2.27.2 /go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo =
578580github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y =
579581github.com/onsi/gomega v1.37.0 /go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0 =
580582github.com/onsi/gomega v1.38.0 h1:c/WX+w8SLAinvuKKQFh77WEucCnPk4j2OTUr7lt7BeY =
@@ -757,6 +759,8 @@ golang.org/x/crypto v0.44.0 h1:A97SsFvM3AIwEEmTBiaxPPTYpDC47w720rdiiUvgoAU=
757759golang.org/x/crypto v0.44.0 /go.mod h1:013i+Nw79BMiQiMsOPcVCB5ZIJbYkerPrGnOa00tvmc =
758760golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
759761golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
762+ golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA =
763+ golang.org/x/mod v0.29.0 /go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w =
760764golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
761765golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
762766golang.org/x/net v0.0.0-20200226121028-0de0cce0169b /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
You can’t perform that action at this time.
0 commit comments